Skip to content

Commit

Permalink
Merge pull request #14 from kekeniker/fix-url-template-path
Browse files Browse the repository at this point in the history
Fix template path to https
  • Loading branch information
KeisukeYamashita committed Dec 19, 2020
2 parents 7c1ba48 + 69075a3 commit 9fa378c
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 @@ -12,7 +12,7 @@ brews:
owner: kekeniker
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
url_template: "http://github.com/kekeniker/marco/releases/downloads/{{ .Tag }}/{{ .ArtifactName }}"
url_template: "https://github.com/kekeniker/marco/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
commit_author:
name: goreleaserbot
email: [email protected]
Expand Down

0 comments on commit 9fa378c

Please sign in to comment.