Skip to content

Commit

Permalink
fix configuration syntax for goreleaser (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Reed authored Sep 28, 2021
1 parent c398f10 commit 0f1d4cd
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 @@ -28,7 +28,7 @@ archives:
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
brews:
- name: polaris
github:
tap:
owner: FairwindsOps
name: homebrew-tap
folder: Formula
Expand Down

0 comments on commit 0f1d4cd

Please sign in to comment.