Skip to content

Commit a0d73d8

Browse files
committed
Run publish action after release action
1 parent 383c446 commit a0d73d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: Publish package to GitHub Packages
22

33
on:
44
release:
5-
types: [ created ]
5+
types: [ published ]
6+
workflow_run:
7+
workflows: [ Release ]
8+
types: [ completed ]
69

710
jobs:
811
publish:

0 commit comments

Comments
 (0)