Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
Fixed part of the Update Manifest JSON action
  • Loading branch information
KeldWolf authored Jul 8, 2024
1 parent c1f844f commit 04e3232
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@ jobs:
- name: Update manifest JSON
uses: appleboy/ssh-action@master
with:
host: centcomm.spacestation14.io
host: ${{ secrets.PUBLISH_HOST }}
username: ${{ secrets.PUBLISH_USER }}
password: ${{ secrets.PUBLISH_KEY }}
port: ${{ secrets.PUBLISH_PORT }}
script: /home/harmony_build/push.ps1 ${{ github.sha }}

# - name: Publish changelog (Discord)
Expand Down

0 comments on commit 04e3232

Please sign in to comment.