Skip to content

Commit

Permalink
fix: brew goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsm-dev committed Sep 24, 2022
1 parent d9eb608 commit 9176aa7
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,8 @@ release:
changelog:
skip: true
brews:
- name: loli
tap:
- tap:
owner: loli
name: homebrew-tap
folder: Formula
url_template: "https://github.com/ci-monk/loli/releases/download/{{.ProjectName}}_v{{.Version}}_{{.Os}}-{{.Arch}}"
name: tap
homepage: "https://github.com/ci-monk/loli"
install: |
bin.install "loli"
url_template: "https://github.com/ci-monk/loli/releases/download/{{.ProjectName}}_v{{.Version}}_{{.Os}}-{{.Arch}}"

0 comments on commit 9176aa7

Please sign in to comment.