Skip to content

Commit

Permalink
update goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
hmarr committed Jun 26, 2024
1 parent 55fbdce commit 80b6776
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

before:
hooks:
- go mod download
Expand All @@ -17,7 +19,7 @@ brews:
- homepage: "https://github.com/hmarr/codeowners"
description: "Determine who owns what according CODEOWNERS files"

tap:
repository:
owner: hmarr
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TAP_RELEASE_TOKEN }}"
Expand All @@ -26,7 +28,7 @@ brews:
name: release-bot
email: release-bot@hmarr.com

folder: Formula
directory: Formula

checksum:
name_template: 'checksums.txt'
Expand Down

0 comments on commit 80b6776

Please sign in to comment.