always true
This commit is contained in:
8
.github/workflows/publish.yml
vendored
8
.github/workflows/publish.yml
vendored
@@ -70,12 +70,16 @@ jobs:
|
||||
script: sh ~/ss14/anvil/cortice.sh ${{ github.sha }}
|
||||
|
||||
- name: Publish changelog (Discord)
|
||||
run: Tools/actions_changelogs_since_last_run.py
|
||||
run: |
|
||||
Tools/actions_changelogs_since_last_run.py
|
||||
exit 1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
DISCORD_WEBHOOK_URL: ${{ secrets.CHANGELOG_DISCORD_WEBHOOK }}
|
||||
|
||||
- name: Publish changelog (RSS)
|
||||
run: Tools/actions_changelog_rss.py
|
||||
run: |
|
||||
Tools/actions_changelog_rss.py
|
||||
exit 1
|
||||
env:
|
||||
CHANGELOG_RSS_KEY: ${{ secrets.CHANGELOG_RSS_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user