Skip to content

Commit 80b6776

Browse files
committed
update goreleaser config
1 parent 55fbdce commit 80b6776

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.goreleaser.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
version: 2
2+
13
before:
24
hooks:
35
- go mod download
@@ -17,7 +19,7 @@ brews:
1719
- homepage: "https://github.com/hmarr/codeowners"
1820
description: "Determine who owns what according CODEOWNERS files"
1921

20-
tap:
22+
repository:
2123
owner: hmarr
2224
name: homebrew-tap
2325
token: "{{ .Env.HOMEBREW_TAP_RELEASE_TOKEN }}"
@@ -26,7 +28,7 @@ brews:
2628
name: release-bot
2729
2830

29-
folder: Formula
31+
directory: Formula
3032

3133
checksum:
3234
name_template: 'checksums.txt'

0 commit comments

Comments
 (0)