Skip to content

Commit 309a82d

Browse files
committed
ci: update publlish workflow
1 parent 0f68395 commit 309a82d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Publish Package
22

33
on:
4-
release:
5-
types: [created]
4+
workflow_run:
5+
workflows: ["Create Release"]
6+
types:
7+
- completed
68

79
jobs:
810
deploy:

0 commit comments

Comments
 (0)