Skip to content

Commit

Permalink
ci: maybe fix brew
Browse files Browse the repository at this point in the history
  • Loading branch information
jon4hz committed Feb 1, 2023
1 parent 0aa7020 commit b2e1e14
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,6 @@ furies:
brews:
-
name: '{{ .Var.binary_name }}'
ids:
- default
tap:
owner: jon4hz
name: homebrew-tap
Expand All @@ -192,4 +190,10 @@ brews:
email: [email protected]
homepage: '{{ .Var.homepage }}'
description: '{{ .Var.description }}'
install: |-
bin.install "{{ .Var.binary_name }}"
bash_completion.install "completions/{{ .Var.binary_name }}.bash" => "{{ .Var.binary_name }}"
zsh_completion.install "completions/{{ .Var.binary_name }}.zsh" => "_{{ .Var.binary_name }}"
fish_completion.install "completions/{{ .Var.binary_name }}.fish"
man1.install "manpages/{{ .Var.binary_name }}.1.gz"

0 comments on commit b2e1e14

Please sign in to comment.