Skip to content

Commit

Permalink
ci: add brew support
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <[email protected]>
  • Loading branch information
caarlos0 committed Dec 30, 2024
1 parent d5c19e5 commit bd67911
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,18 @@ docker_signs:
- "sign"
- "${artifact}"
- "--yes"

# Sets up homebrew-taps.
# PS: this will require a personal access token, as it is cross-repository.
brews:
- repository:
owner: goreleaser
name: example-homebrew-tap
token: "{{ .Env.GH_PAT }}"
directory: Formula
homepage: https://goreleaser.com
description: Example zig release.
license: MIT
# usually you don't need to set this, we do to prevent conflicts with other
# example-* repositories
name: example-zig

0 comments on commit bd67911

Please sign in to comment.