мда
This commit is contained in:
parent
22a31f2443
commit
a1b9ae0d38
2 changed files with 2 additions and 6 deletions
2
.github/workflows/publish-stable.yml
vendored
2
.github/workflows/publish-stable.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue