Skip to content

Commit

Permalink
goreleaser: Remove brew publishing (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko authored Jun 7, 2022
1 parent 28d95e1 commit 0bae981
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,27 +88,6 @@ signs:
args: ["sign", "--dearmor", "--file", "${artifact}", "--out", "${signature}"]
artifacts: checksum

brews:
-
tap:
owner: hashicorp
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
skip_upload: auto
url_template: "https://releases.hashicorp.com/terraform-ls/{{ .Version }}/{{ .ArtifactName }}"
commit_author:
name: hc-espd-packager
email: [email protected]
folder: Formula
homepage: "https://github.com/hashicorp/terraform-ls"
description: "Terraform Language Server"
conflicts:
- terraform-ls
install: |
bin.install "terraform-ls"
test: |
system "#{bin}/terraform-ls --version"
publishers:
- name: "hc-releases"
checksum: true
Expand Down

0 comments on commit 0bae981

Please sign in to comment.