From a416e7a0eb0ae4b7169d2c085f10478e8e913d4b Mon Sep 17 00:00:00 2001 From: Oscar Batori Date: Mon, 4 Jan 2021 17:36:06 -0800 Subject: [PATCH] Fixed release notification --- .github/workflows/cd-release-notify.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd-release-notify.yaml b/.github/workflows/cd-release-notify.yaml index 388fcb737e..b51b6708e1 100644 --- a/.github/workflows/cd-release-notify.yaml +++ b/.github/workflows/cd-release-notify.yaml @@ -5,11 +5,12 @@ on: release jobs: notify: name: Release Notification + runs-on: ubuntu-latest steps: - name: Discord Notify if: always() uses: dolthub/ga-discord-notify@master with: job-status: ${{ job.status }} - webhook-url: ${{ secrets.DISCORD_RELEASES_WEBHOOK }} + webhook-url: ${{ secrets.DISCORD_WEBHOOK }} notify-on-success: true