diff --git a/.github/workflows/production-release.yml b/.github/workflows/production-release.yml index ea7c592ba..baf574184 100644 --- a/.github/workflows/production-release.yml +++ b/.github/workflows/production-release.yml @@ -2,7 +2,7 @@ name: production-release on: release: - types: [published] + types: [released] jobs: making-something-cool: diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 8bb1179ab..ba1de9b08 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -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 }}