Skip to content

Commit

Permalink
Merge pull request #13 from kekeniker/fix-url-template-path
Browse files Browse the repository at this point in the history
Fix URL template path for goreleaser
  • Loading branch information
KeisukeYamashita committed Dec 18, 2020
2 parents 4ec819a + 5c15405 commit 7c1ba48
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/{{ .Tag }}/{{ .ArtifactName }}"
url_template: "http://github.com/kekeniker/marco/releases/downloads/{{ .Tag }}/{{ .ArtifactName }}"
commit_author:
name: goreleaserbot
email: [email protected]
Expand Down

0 comments on commit 7c1ba48

Please sign in to comment.