We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43accdf commit 150881aCopy full SHA for 150881a
.github/workflows/discord.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- name: on-publish
21
if: github.event_name == 'release' && github.event.action == 'published'
22
- uses: SethCohen/github-releases-to-discord@v1.13.1
+ uses: SethCohen/github-releases-to-discord@v1.15.0
23
with:
24
webhook_url: ${{ secrets.DISCORD_WEBHOOK }}
25
- name: on-success
0 commit comments