We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e63c7a5 commit 08392ffCopy full SHA for 08392ff
.github/workflows/npm-publish.yml
@@ -1,7 +1,8 @@
1
name: Publish NPM Release
2
on:
3
- release:
4
- types: [published]
+ workflow_run:
+ workflows: ["GitHub Release"]
5
+ types: [completed]
6
jobs:
7
build:
8
runs-on: ubuntu-latest
0 commit comments