We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b46bcb commit 0671706Copy full SHA for 0671706
.github/workflows/release.yml
@@ -2,8 +2,7 @@ name: Release
2
3
on:
4
release:
5
- types:
6
- - created
+ types: [published]
7
8
jobs:
9
publish:
0 commit comments