We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b9bd4 commit 66afb88Copy full SHA for 66afb88
.github/workflows/publish.yaml
@@ -1,8 +1,8 @@
1
name: NPM Publish
2
3
on:
4
- release:
5
- types: [published]
+ push:
+ tags: ['v*']
6
7
jobs:
8
build:
0 commit comments