continue-on-error: true
This commit is contained in:
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -70,6 +70,7 @@ jobs:
|
|||||||
script: sh ~/ss14/anvil/cortice.sh ${{ github.sha }}
|
script: sh ~/ss14/anvil/cortice.sh ${{ github.sha }}
|
||||||
|
|
||||||
- name: Publish changelog (Discord)
|
- name: Publish changelog (Discord)
|
||||||
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
Tools/actions_changelogs_since_last_run.py
|
Tools/actions_changelogs_since_last_run.py
|
||||||
exit 1
|
exit 1
|
||||||
@@ -78,6 +79,7 @@ jobs:
|
|||||||
DISCORD_WEBHOOK_URL: ${{ secrets.CHANGELOG_DISCORD_WEBHOOK }}
|
DISCORD_WEBHOOK_URL: ${{ secrets.CHANGELOG_DISCORD_WEBHOOK }}
|
||||||
|
|
||||||
- name: Publish changelog (RSS)
|
- name: Publish changelog (RSS)
|
||||||
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
Tools/actions_changelog_rss.py
|
Tools/actions_changelog_rss.py
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user