1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2024-12-27 01:33:39 +02:00

fix(ci): brew dependencies (#2263)

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2021-05-27 14:33:33 -03:00 committed by GitHub
parent 13dcb78bef
commit f1ccd8398e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,6 +110,8 @@ brews:
system "#{bin}/goreleaser -v"
dependencies:
- name: go
type: optional
- name: git
install: |-
bin.install "goreleaser"
bash_completion.install "completions/goreleaser.bash" => "goreleaser"