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: on:
release: release:
types: [published] types: [released]
jobs: jobs:
making-something-cool: making-something-cool:

View File

@@ -36,4 +36,4 @@ jobs:
- uses: sarisia/actions-status-discord@v1 - uses: sarisia/actions-status-discord@v1
if: always() if: always()
with: with:
webhook: ${{ secrets.DISCORD_WEBHOOK_PROD_RELEASE_CHANNEL }} webhook: ${{ secrets.DISCORD_WEBHOOK_DEV_RELEASE_CHANNEL }}