We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef3742 commit a229cb8Copy full SHA for a229cb8
.github/workflows/brew.yml
@@ -2,7 +2,10 @@ name: homebrew-releaser
2
3
on:
4
release:
5
- types: [published]
+ types:
6
+ - created
7
+ - published
8
+ - released
9
10
jobs:
11
homebrew-releaser:
0 commit comments