Skip to content

Commit afa456f

Browse files
authored
Update npm-publish.yml
1 parent b173d6f commit afa456f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/npm-publish.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
name: Node.js Package
55

66
on:
7-
release:
8-
types: [created]
7+
workflow_dispatch:
8+
push:
9+
tags:
10+
- 'v*'
911

1012
jobs:
1113
publish-npm:

0 commit comments

Comments
 (0)