Skip to content

Commit 0a3bf3d

Browse files
committed
[fix] Fixed released process of gh binaries
1 parent 7e32428 commit 0a3bf3d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
name: publish
1+
name: Publish binaries to GH
22

33
on:
4-
push:
5-
tags:
6-
- '*'
4+
release:
5+
types: [ published ]
76

87
jobs:
98
publish:

0 commit comments

Comments
 (0)