diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2c8bb3a3b9bd..da4ae7f838b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -231,7 +231,7 @@ jobs: echo '' >> $GITHUB_ENV echo 'EOF' >> $GITHUB_ENV - name: Discord Webhook Action - uses: tsickert/discord-webhook@v6.0.0 + uses: tsickert/discord-webhook@v7.0.0 if: ${{ github.event.inputs.stable == 'true' || github.ref == 'refs/heads/main' }} with: webhook-url: ${{ secrets.WEBHOOK_URL }} @@ -243,7 +243,7 @@ jobs: Download it here: https://butterfly.linwood.dev/downloads https://github.com/LinwoodDev/butterfly/releases/tag/v${{ env.BUTTERFLY_VERSION }} - name: Discord Webhook Action - uses: tsickert/discord-webhook@v6.0.0 + uses: tsickert/discord-webhook@v7.0.0 if: ${{ github.event.inputs.stable == 'false' && github.ref == 'refs/heads/develop' }} with: webhook-url: ${{ secrets.WEBHOOK_URL }}