Skip to content

Commit d11b00d

Browse files
committed
remove brew release
1 parent b234390 commit d11b00d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/goreleaser-cli.yml

-11
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,3 @@ docker_manifests:
122122
- "svtools/{{ .ProjectName }}:{{ .Tag }}-arm64v8"
123123
create_flags:
124124
- --amend
125-
126-
brews:
127-
- tap:
128-
owner: sv-tools
129-
name: homebrew-apps
130-
folder: Formula
131-
homepage: "{{ .GitURL }}"
132-
description: "{{ .ProjectName }}"
133-
license: MIT
134-
install: bin.install "{{ .ProjectName }}"
135-
test: assert_equal `#{bin}/{{ .ProjectName }} --version`, "{{ .ProjectName }} version v#{version}"

0 commit comments

Comments
 (0)