diff --git a/.github/workflows/discord-release-notification.yml b/.github/workflows/discord-release-notification.yml index a1f3a0e..d9d3678 100644 --- a/.github/workflows/discord-release-notification.yml +++ b/.github/workflows/discord-release-notification.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Discord Webhook Action - uses: tsickert/discord-webhook@v5.5.0 + uses: tsickert/discord-webhook@v6.0.0 with: webhook-url: ${{ secrets.DISCORD_WEBHOOK_URL }} content: "# Released Version ${{ github.event.release.name }} \n\n\n${{ github.event.release.body }}"