Skip to content

Commit 1470d1a

Browse files
committed
update npm action
1 parent 9554f20 commit 1470d1a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33

44
name: Publish to NPM
55

6-
on:
7-
workflow_dispatch
6+
on:
7+
release:
8+
types: [created]
89

910
jobs:
1011
build:

0 commit comments

Comments
 (0)