update github actions
This commit is contained in:
parent
adb27cf143
commit
4159804052
2 changed files with 2 additions and 2 deletions
2
.github/workflows/production-release.yml
vendored
2
.github/workflows/production-release.yml
vendored
|
|
@ -2,7 +2,7 @@ name: production-release
|
|||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
types: [released]
|
||||
|
||||
jobs:
|
||||
making-something-cool:
|
||||
|
|
|
|||
2
.github/workflows/release-candidate.yml
vendored
2
.github/workflows/release-candidate.yml
vendored
|
|
@ -36,4 +36,4 @@ jobs:
|
|||
- uses: sarisia/actions-status-discord@v1
|
||||
if: always()
|
||||
with:
|
||||
webhook: ${{ secrets.DISCORD_WEBHOOK_PROD_RELEASE_CHANNEL }}
|
||||
webhook: ${{ secrets.DISCORD_WEBHOOK_DEV_RELEASE_CHANNEL }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue