continue-on-error: true

This commit is contained in:
Valtos
2024-04-10 00:49:31 +03:00
committed by GitHub
parent 4f29ef8885
commit 7616fba3f5

View File

@@ -70,6 +70,7 @@ jobs:
script: sh ~/ss14/anvil/cortice.sh ${{ github.sha }}
- name: Publish changelog (Discord)
continue-on-error: true
run: |
Tools/actions_changelogs_since_last_run.py
exit 1
@@ -78,6 +79,7 @@ jobs:
DISCORD_WEBHOOK_URL: ${{ secrets.CHANGELOG_DISCORD_WEBHOOK }}
- name: Publish changelog (RSS)
continue-on-error: true
run: |
Tools/actions_changelog_rss.py
exit 1