Skip to content

Commit

Permalink
Fix GoReleaser / Homebrew configuration
Browse files Browse the repository at this point in the history
I previously set an incorrect Homebrew formula filename that caused
kube-capacity to not be released via Homebrew.
  • Loading branch information
ivanfetch authored and robscott committed Aug 26, 2021
1 parent 2f7edd1 commit 9ef8010
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 @@ -30,7 +30,7 @@ changelog:
- '^docs:'
- '^test:'
brews:
- name: homebrew-tap
- name: kube-capacity
tap:
# The token determines the release type (Github/Gitlab).
owner: robscott
Expand Down

0 comments on commit 9ef8010

Please sign in to comment.