Skip to content

Commit

Permalink
Fix SSH URL (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
draftcode authored Jun 14, 2024
1 parent 5e30901 commit 7267e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ brews:
owner: "aviator-co"
name: "homebrew-tap"
git:
url: "ssh://[email protected]:aviator-co/homebrew-tap.git"
url: "[email protected]:aviator-co/homebrew-tap.git"
private_key: "{{ .Env.AVIATOR_CO_HOMEBREW_REPO_SSH_KEY }}"
commit_author:
name: "aviator-bot"
Expand Down

0 comments on commit 7267e8f

Please sign in to comment.