Skip to content

Commit

Permalink
Merge pull request #101 from KeisukeYamashita/fix-goreleaser
Browse files Browse the repository at this point in the history
Fix goreleaser for download strategy and wrong url template
  • Loading branch information
KeisukeYamashita committed Dec 31, 2020
2 parents 7a6d19b + dbd3ae9 commit f7c2ae7
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 f7c2ae7

Please sign in to comment.