Skip to content

Commit

Permalink
Use repository instead of tap
Browse files Browse the repository at this point in the history
Ref: https://goreleaser.com/deprecations/#brewstap

Use `repository` instead of `tap` in GoReleaser configuration.
  • Loading branch information
HeavyWombat committed Feb 6, 2024
1 parent a0a00d7 commit 7834383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ changelog:
- '^test:'

brews:
- tap:
- repository:
owner: homeport
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
Expand Down

0 comments on commit 7834383

Please sign in to comment.