File tree 2 files changed +13
-0
lines changed
2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 32
32
args : release --clean
33
33
env :
34
34
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
35
+ HOMEBREW_TAP_GITHUB_TOKEN : ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -31,3 +31,15 @@ snapshot:
31
31
changelog :
32
32
sort : asc
33
33
use : github-native
34
+ brews :
35
+ - tap :
36
+ owner : tschaub
37
+ name : homebrew-tap
38
+ token : " {{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
39
+ url_template : " https://github.com/tschaub/{{ .ProjectName }}/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
40
+ commit_msg_template : " Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
41
+ homepage : " https://github.com/tschaub/{{ .ProjectName }}"
42
+ description : " Serve files via HTTP."
43
+ license : " MIT"
44
+ test : |
45
+ system "#{bin}/serve --help"
You can’t perform that action at this time.
0 commit comments