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 d0432de commit 03ccd02Copy full SHA for 03ccd02
.github/workflows/cd-npm.yml
@@ -3,8 +3,8 @@ name: Continuous deployment (NPM)
3
on:
4
workflow_dispatch:
5
push:
6
- tags:
7
- - '**'
+ release:
+ types: [published]
8
9
jobs:
10
build-and-deploy:
0 commit comments