Skip to content

Commit f132367

Browse files
Merge pull request #3 from codeperfio/publish.fix
[fix] Fixed push tags action doesn't run when publishing draft release
2 parents 1df0aa5 + 774d6dc commit f132367

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: publish
22

33
on:
4-
push:
5-
branches:
6-
- "!*"
7-
tags:
8-
- "v*"
4+
release:
5+
types: [published]
96

107
jobs:
118
publish:

0 commit comments

Comments
 (0)