Skip to content

Commit

Permalink
Feat(publish.yml): add update notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizzonium committed Mar 18, 2023
1 parent 31828c6 commit f1cf3ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,10 @@ jobs:
username: ${{ secrets.BUILDS_USERNAME }}
key: ${{ secrets.BUILDS_SSH_KEY }}
passphrase: ${{ secrets.BUILDS_SSH_KEY_PASS }}
script: . ~/.nvm/nvm.sh && node ~/scripts/push_to_manifest.js --fork ss220 --id ${{ github.sha }}
script: >
. ~/.nvm/nvm.sh
&& node ~/scripts/push_to_manifest.js --fork ss220 --id ${{ github.sha }}
&& ~/scripts/notify_update.sh ${{ secrets.ROBUSTCDN_TOKEN }} ${{ secrets.WATCHDOG_TOKEN }}
# - name: Publish changelog
# run: Tools/actions_changelogs_since_last_run.py
Expand Down

0 comments on commit f1cf3ad

Please sign in to comment.