Skip to content

Commit 774d6dc

Browse files
committed
[fix] Fixed push tags action doesn't run when publishing draft release
1 parent 1df0aa5 commit 774d6dc

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)