Skip to content

Commit 08392ff

Browse files
authored
fix: add workflow_run update
1 parent e63c7a5 commit 08392ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/npm-publish.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Publish NPM Release
22
on:
3-
release:
4-
types: [published]
3+
workflow_run:
4+
workflows: ["GitHub Release"]
5+
types: [completed]
56
jobs:
67
build:
78
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)