Skip to content

Commit

Permalink
Drop brews config for now
Browse files Browse the repository at this point in the history
  • Loading branch information
charlieegan3 committed May 23, 2023
1 parent 8d56110 commit 5c5650f
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,21 +61,3 @@ release:
github:
owner: StyraInc
name: regal

brews:
- tap:
owner: StyraInc
name: homebrew-packages
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
url_template: >-
https://github.com/StyraInc/regal/releases/download/{{ .Tag }}/{{ .ProjectName }}_{{- title .Os }}_
{{- if eq .Arch "amd64" }}x86_64
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
commit_author:
name: Styra DevRel
email: [email protected]
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
homepage: "https://github.com/StyraInc/regal"
description: "Regal is a linter for Rego, the policy language of OPA."

0 comments on commit 5c5650f

Please sign in to comment.