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 c812f5a commit 5eb8bc7Copy full SHA for 5eb8bc7
.github/workflows/push-package.yml
@@ -1,5 +1,7 @@
1
name: Publish to GitHub Packages
2
-on: release
+on:
3
+ release:
4
+ types: [published] # Only run when actually published
5
6
jobs:
7
publish:
0 commit comments