We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 257a4d5 commit ee3d034Copy full SHA for ee3d034
1 file changed
.github/workflows/notify-discord.yml
@@ -2,7 +2,7 @@ name: discord
2
3
on:
4
release:
5
- types: [published] # fires only when a release is published
+ types: [released] # fires when a draft release is published
6
7
jobs:
8
notify:
0 commit comments