Skip to content

Commit a229cb8

Browse files
committed
fix(build): release homebrew on tag
1 parent 7ef3742 commit a229cb8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/brew.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ name: homebrew-releaser
22

33
on:
44
release:
5-
types: [published]
5+
types:
6+
- created
7+
- published
8+
- released
69

710
jobs:
811
homebrew-releaser:

0 commit comments

Comments
 (0)