Skip to content

Commit

Permalink
Update url_template and add brew again
Browse files Browse the repository at this point in the history
  • Loading branch information
mxygem committed Jul 8, 2021
1 parent 5f0e151 commit dddeb50
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ changelog:
exclude:
- '^docs:'
- '^test:'
# brews:
# - tap:
# owner: Freshly
# name: homebrew-taps
# folder: Formula
# homepage: https://github.com/Freshly/tuber
# description: 🥔
# test: |
# system "#{bin}/tuber -v"
brews:
- tap:
owner: Freshly
name: homebrew-taps
folder: Formula
homepage: https://github.com/Freshly/tuber
description: 🥔
test: |
system "#{bin}/tuber -v"
scoop:
url_template: "http://github.com/freshly/tuber/releases/{{ .Tag }}/{{ .ArtifactName }}"
url_template: "http://github.com/freshly/tuber/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
bucket:
owner: Freshly
name: scoops
Expand Down

0 comments on commit dddeb50

Please sign in to comment.