diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 82d890f..c005490 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -44,14 +44,14 @@ changelog: exclude: - "^docs:" - "^test:" -# brews: -# - repository: -# owner: fdemir -# name: homebrew-tap -# token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}" -# commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}" -# folder: Formula -# description: "Havlu lets you focus on the frontend by making it effortless to have a custom API." -# license: "MIT" -# install: | -# bin.install "git-switcher" +brews: + - repository: + owner: fdemir + name: homebrew-tap + token: "{{ .Env.TAP_TOKEN }}" + commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}" + folder: Formula + description: "Havlu lets you focus on the frontend by making it effortless to have a custom API." + license: "MIT" + install: | + bin.install "{{ .ProjectName }}"