Skip to content

Commit 698c186

Browse files
committed
ci: fix github package release trigger timing
1 parent 3d1e72b commit 698c186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish-github-packages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Node.js Package
55

66
on:
77
release:
8-
types: [created]
8+
types: [published]
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)