We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162899e commit 5565fa3Copy full SHA for 5565fa3
.github/workflows/cd-npm.yml
@@ -2,8 +2,9 @@ name: Continuous deployment (NPM)
2
3
on:
4
workflow_dispatch:
5
- release:
6
- types: [published]
+ push:
+ tags:
7
+ - '*'
8
9
jobs:
10
build-and-deploy:
0 commit comments