Skip to content

Commit fb8a951

Browse files
Merge pull request #7 from filipecosta90/release.gh
[fix] Fixed released process of gh binaries
2 parents 7e32428 + 0a3bf3d commit fb8a951

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)