We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c80cb commit 8625ae1Copy full SHA for 8625ae1
1 file changed
.github/workflows/publish.yml
@@ -1,9 +1,9 @@
1
name: Publish to npm
2
3
on:
4
- push:
5
- tags:
6
- - "*"
+ push:
+ tags:
+ - **
7
8
jobs:
9
publish:
0 commit comments