Skip to content

Commit 554f958

Browse files
committed
ci: change how to trigger publish pipeline
1 parent d661817 commit 554f958

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Publish Package to npmjs
2+
23
on:
34
release:
4-
types: [published]
5+
types: [created]
6+
57
jobs:
68
build:
79
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)