Skip to content

Commit 7049624

Browse files
committed
Fix Homebrew tap field in GoReleaser config
1 parent c93a7d1 commit 7049624

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.goreleaser.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ checksum:
2828

2929
brews:
3030
- name: oshiv
31-
github:
32-
owner: cnopslabs
33-
name: homebrew-tap
31+
tap: cnopslabs/homebrew-tap
3432
homepage: "https://github.com/cnopslabs/oshiv"
3533
description: "Tool for finding and connecting to OCI instances"
3634
license: "MIT"
37-
install: bin.install "oshiv"
35+
install: |
36+
bin.install "oshiv"

0 commit comments

Comments
 (0)