Skip to content

Commit 2106ee6

Browse files
theakshaypantzakisk
authored andcommitted
chore(goreleaser): use binaries field in homebrew
Replace deprecated binary field with binaries array syntax in homebrew_casks configuration to resolve GoReleaser deprecation warning. Signed-off-by: Akshay Pant <akshay.akshaypant@gmail.com>
1 parent e6889e3 commit 2106ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ homebrew_casks:
8686
- formula: git
8787
homepage: "https://pipelinesascode.com"
8888
description: tkn-pac - A command line interface for interacting with Pipelines as Code
89-
binary: "tkn-pac"
89+
binaries: ["tkn-pac"]
9090
custom_block: |
9191
zsh_completion = "#{staged_path}/_tkn-pac"
9292
bash_completion = "#{staged_path}/tkn-pac.bash"

0 commit comments

Comments
 (0)