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