We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae69de8 commit f7c1e9dCopy full SHA for f7c1e9d
.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.15.1
+ uses: SethCohen/github-releases-to-discord@v1.16.2
23
with:
24
webhook_url: ${{ secrets.DISCORD_WEBHOOK }}
25
- name: on-success
0 commit comments