File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 2020 with :
2121 app-id : ${{ secrets.RELEASER_APP_ID }}
2222 private-key : ${{ secrets.RELEASER_APP_PRIVATE_KEY }}
23+ repositories : |
24+ homebrew-tap
25+ restish
2326
2427 - name : Build using goreleaser-cross
2528 run : |
Original file line number Diff line number Diff line change @@ -66,7 +66,16 @@ archives:
6666 formats :
6767 - zip
6868
69- # TODO(#306): Return homebrew publication.
69+ homebrew_casks :
70+ - name : restish
71+ homepage : https://rest.sh
72+ description : " Restish is a CLI for interacting with REST-ish HTTP APIs with some nice features built-in."
73+ repository :
74+ owner : rest-sh
75+ name : homebrew-tap
76+ pull_request :
77+ enabled : true
78+ draft : true # TODO(cfunkhouser): Delete after testing.
7079
7180checksum :
7281 name_template : " checksums.txt"
You can’t perform that action at this time.
0 commit comments