Skip to content

Commit 61686ca

Browse files
committed
fix: run publish when release published
1 parent a0378ae commit 61686ca

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
- main
1010
tags:
1111
- 'v*.*.*'
12+
release:
13+
types:
14+
- published
1215

1316
permissions:
1417
contents: write

0 commit comments

Comments
 (0)