We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3648f19 commit 1824de1Copy full SHA for 1824de1
.github/workflows/npm-publish.yml
@@ -1,8 +1,8 @@
1
name: npm-publish
2
on:
3
push:
4
- branches:
5
- - master
+ tags:
+ - v*.*.*
6
jobs:
7
npm-publish:
8
0 commit comments