Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit 70deeed

Browse files
committed
Explicitly set brew install field
Because the automatically generated value is no good when using multiple builds.
1 parent d97fe37 commit 70deeed

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ brews:
6060
owner: secrethub
6161
name: homebrew-tools
6262
folder: Formula
63-
63+
install: |
64+
bin.install "bin/secrethub"
6465
homepage: https://secrethub.io
6566
description: Command-line interface for SecretHub
6667

0 commit comments

Comments
 (0)