We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 282e0a5 commit d1e1d6bCopy full SHA for d1e1d6b
1 file changed
.github/workflows/npm-publish.yml
@@ -4,8 +4,9 @@
4
name: Node.js Package
5
6
on:
7
- release:
8
- types: [created]
+ push:
+ tags:
9
+ - 'v*'
10
11
jobs:
12
build:
0 commit comments