Skip to content

Commit

Permalink
Fix brew tap
Browse files Browse the repository at this point in the history
  • Loading branch information
ghokun committed Feb 27, 2023
1 parent c7079a5 commit b076dd5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ builds:
- linux
- windows
- darwin
goarch:
- amd64
- arm64
goamd64:
- v3

archives:
- format: tar.gz
Expand All @@ -32,16 +37,12 @@ changelog:

brews:
- name: coyote
goamd64: v3
tap:
owner: ghokun
name: homebrew-tap
branch: main
token: "{{ .Env.GORELEASER_HOMEBREW_GITHUB_TOKEN }}"
download_strategy: CurlDownloadStrategy
commit_author:
name: goreleaserbot
email: [email protected]
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
folder: Formula
homepage: "https://github.com/ghokun/coyote"
description: "Coyote is a RabbitMQ message sink."
Expand Down

0 comments on commit b076dd5

Please sign in to comment.