Skip to content

Commit

Permalink
fix brew download path
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrii Abramov committed Nov 8, 2021
1 parent 14b29d8 commit 9c403de
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 @@ -10,7 +10,7 @@ brews:
name: goal
branch: master

url_template: "http://github.com/aaabramov/goal/releases/{{ .Tag }}/{{ .ArtifactName }}"
url_template: "https://github.com/aaabramov/goal/releases/download/{{ .Tag }}/{{ .ArtifactName }}"

# Git author used to commit to the repository.
# Defaults are shown.
Expand Down

0 comments on commit 9c403de

Please sign in to comment.