update github actions

This commit is contained in:
Andras Bacsai 2022-09-02 17:56:33 +00:00
parent adb27cf143
commit 4159804052
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: production-release
on:
release:
types: [published]
types: [released]
jobs:
making-something-cool:

View File

@ -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 }}