Skip to content

Commit

Permalink
Add Homebrew to goreleaser configuration (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt authored Jan 23, 2025
1 parent c4a70e3 commit fbaa6cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@ archives:
{{- else if eq .Arch "386" }}i386
{{- else }}{{ .Arch }}{{ end }}
{{- if .Arm }}v{{ .Arm }}{{ end }}
brews:
- repository:
owner: loopwork-ai
name: emcee
token: "{{ .Env.GH_PAT }}"
directory: Formula

0 comments on commit fbaa6cb

Please sign in to comment.