Skip to content

Commit 0bae981

Browse files
authored
goreleaser: Remove brew publishing (hashicorp#942)
1 parent 28d95e1 commit 0bae981

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.goreleaser.yml

-21
Original file line numberDiff line numberDiff line change
@@ -88,27 +88,6 @@ signs:
8888
args: ["sign", "--dearmor", "--file", "${artifact}", "--out", "${signature}"]
8989
artifacts: checksum
9090

91-
brews:
92-
-
93-
tap:
94-
owner: hashicorp
95-
name: homebrew-tap
96-
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
97-
skip_upload: auto
98-
url_template: "https://releases.hashicorp.com/terraform-ls/{{ .Version }}/{{ .ArtifactName }}"
99-
commit_author:
100-
name: hc-espd-packager
101-
102-
folder: Formula
103-
homepage: "https://github.com/hashicorp/terraform-ls"
104-
description: "Terraform Language Server"
105-
conflicts:
106-
- terraform-ls
107-
install: |
108-
bin.install "terraform-ls"
109-
test: |
110-
system "#{bin}/terraform-ls --version"
111-
11291
publishers:
11392
- name: "hc-releases"
11493
checksum: true

0 commit comments

Comments
 (0)