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