We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1453620 commit 7fd3021Copy full SHA for 7fd3021
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
workflow_dispatch:
8
9
permissions:
0 commit comments