From 4159804052cc4a21e5f0d802544b2df83737156e Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 2 Sep 2022 17:56:33 +0000 Subject: [PATCH] update github actions --- .github/workflows/production-release.yml | 2 +- .github/workflows/release-candidate.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}