This commit is contained in:
Vigers Ray 2025-08-07 17:59:14 +03:00
parent 22a31f2443
commit a1b9ae0d38
2 changed files with 2 additions and 6 deletions

View file

@ -67,6 +67,7 @@ jobs:
GITHUB_REPOSITORY: ${{ vars.GITHUB_REPOSITORY }}
- name: Publish server update info
continue-on-error: true
run: Tools/_sunrise/discord_publish_announce.py
env:
DISCORD_WEBHOOK_URL: ${{ secrets.ANNOUNCE_UPDATE_DISCORD_WEBHOOK }}
@ -74,6 +75,7 @@ jobs:
BUILD_PATH: ./release/SS14.Client.zip
- name: Publish discord changelog
continue-on-error: true
run: Tools/_sunrise/actions_changelogs_since_last_run.py
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

View file

@ -65,9 +65,3 @@ jobs:
env:
PUBLISH_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
GITHUB_REPOSITORY: ${{ vars.GITHUB_REPOSITORY }}
# - name: Publish changelog (RSS)
# continue-on-error: true
# run: Tools/actions_changelog_rss.py
# env:
# CHANGELOG_RSS_KEY: ${{ secrets.CHANGELOG_RSS_KEY }}