diff --git a/.github/workflows/discord.yml b/.github/workflows/discord.yml index d93a9886..758f335b 100644 --- a/.github/workflows/discord.yml +++ b/.github/workflows/discord.yml @@ -19,7 +19,7 @@ jobs: steps: - name: on-publish if: github.event_name == 'release' && github.event.action == 'published' - uses: SethCohen/github-releases-to-discord@v1.13.1 + uses: SethCohen/github-releases-to-discord@v1.15.0 with: webhook_url: ${{ secrets.DISCORD_WEBHOOK }} - name: on-success