Skip to content

Commit

Permalink
fix: PR goreleaser fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aksmo committed May 9, 2024
1 parent 8491452 commit 7033be9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,15 @@ brews:
repository:
owner: optum
name: homebrew-tap
branch: "{{.ProjectName}}-{{.Version}}"
# Optionally a token can be provided, if it differs from the token provided to GoReleaser
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
pull_request:
enabled: true
base:
owner: optum
name: homebrew-tap
branch: main
directory: Formula
commit_author:
name: goreleaserbot
Expand Down

0 comments on commit 7033be9

Please sign in to comment.