We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e756b commit 80a4275Copy full SHA for 80a4275
1 file changed
.github/workflows/publish-npm-package.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
Publish:
0 commit comments