We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b309ef commit 828f836Copy full SHA for 828f836
.github/workflows/npm-publish.yml
@@ -5,7 +5,7 @@ name: Publish Package to NPM
5
6
on:
7
release:
8
- types: [created]
+ types: [published,released]
9
10
jobs:
11
build:
0 commit comments