We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 719da2b commit 65442f3Copy full SHA for 65442f3
.github/workflows/publish-to-npm.yaml
@@ -6,7 +6,7 @@ name: Publish to NPM
6
# only run when a release has been "published"
7
on:
8
release:
9
- types: [published]
+ types: [released]
10
11
jobs:
12
0 commit comments