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 b16cc86 commit 478d54bCopy full SHA for 478d54b
.github/workflows/publish.yml
@@ -1,8 +1,9 @@
1
name: Publish Package to NPM
2
on:
3
workflow_dispatch:
4
- release:
5
- types: [created]
+ push:
+ tags:
6
+ - v*
7
jobs:
8
build:
9
runs-on: ubuntu-latest
0 commit comments