We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f873976 commit d53bfffCopy full SHA for d53bfff
1 file changed
.github/workflows/publish.yml
@@ -1,8 +1,9 @@
1
name: Publish to NPM
2
3
on:
4
- release:
5
- types: [created]
+ push:
+ tags:
6
+ - 'v*'
7
8
jobs:
9
build:
0 commit comments