diff --git a/.github/workflows/discord-release-notification.yml b/.github/workflows/discord-release-notification.yml index d30711c..a131f72 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.3.0 + uses: tsickert/discord-webhook@v5.4.0 with: webhook-url: ${{ secrets.WEBHOOK_URL }} content: "# Released Version ${{ github.event.release.name }} \n\n\n${{ github.event.release.body }}" \ No newline at end of file