We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740363f commit 3117b77Copy full SHA for 3117b77
.goreleaser.yaml
@@ -58,7 +58,7 @@ brews:
58
owner: GitJournal
59
name: homebrew-tap
60
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
61
- install: |
62
- bin.install "git-auto-sync"
63
- bash_completion.install "completions/bash_autocomplete"
64
- zsh_completion.install "completions/zsh_autocomplete"
+ install: |
+ bin.install "git-auto-sync"
+ bash_completion.install "completions/bash_autocomplete"
+ zsh_completion.install "completions/zsh_autocomplete"
0 commit comments