Skip to content

Commit 40aa42c

Browse files
authored
only publish on release
1 parent 0c39fa6 commit 40aa42c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131

3232
publish-npm:
3333
needs: build
34+
on:
35+
release:
36+
types: [created]
3437
runs-on: ubuntu-latest
3538
steps:
3639
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)