Skip to content

Commit 5eb8bc7

Browse files
committed
only when published
1 parent c812f5a commit 5eb8bc7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/push-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Publish to GitHub Packages
2-
on: release
2+
on:
3+
release:
4+
types: [published] # Only run when actually published
35

46
jobs:
57
publish:

0 commit comments

Comments
 (0)