Skip to content

Commit

Permalink
Fix goreleaser for download strategy and wrong url template
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
  • Loading branch information
KeisukeYamashita committed Dec 31, 2020
1 parent 7a6d19b commit dbd3ae9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ brews:
owner: KeisukeYamashita
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
url_template: "http://github.com/KeisukeYamashita/biko/releases/{{ .Tag }}/{{ .ArtifactName }}"
download_strategy: CurlDownloadStrategy.
url_template: "http://github.com/KeisukeYamashita/biko/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
commit_author:
name: goreleaserbot
email: goreleaser@carlosbecker.com
Expand Down

0 comments on commit dbd3ae9

Please sign in to comment.