Skip to content

Commit 3117b77

Browse files
committed
Fix goreleaser
1 parent 740363f commit 3117b77

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.goreleaser.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ brews:
5858
owner: GitJournal
5959
name: homebrew-tap
6060
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"
61+
install: |
62+
bin.install "git-auto-sync"
63+
bash_completion.install "completions/bash_autocomplete"
64+
zsh_completion.install "completions/zsh_autocomplete"

0 commit comments

Comments
 (0)