Skip to content

Commit 65534fa

Browse files
author
Michael Chang
committed
Fix gorelease
1 parent 6d689ea commit 65534fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.goreleaser.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
before:
22
hooks:
3-
- go mod tidy
3+
- go mod tidy
44
builds:
55
- id: epithet-agent
66
binary: epithet-agent
@@ -47,14 +47,14 @@ changelog:
4747
- '^test:'
4848
brews:
4949
- name: epithet
50-
github:
50+
tap:
5151
owner: epithet-ssh
5252
name: homebrew-epithet
5353
commit_author:
5454
name: Epithet Bot
5555
5656
folder: Formula
57-
caveats: "Installs the binaries, but no configs"
57+
caveats: "Installs the binaries, but no configs"
5858
homepage: "https://epithet.io/"
5959
test: |
60-
system "#{bin}/epithet-agent --version"
60+
system "#{bin}/epithet-agent --version"

0 commit comments

Comments
 (0)