Skip to content

Commit d88d053

Browse files
Peefyclaude
andcommitted
fix: use brews instead of homebrew_casks for CLI Homebrew formula
GoReleaser v2 still uses 'brews' as the YAML field name for CLI formulae (Homebrew struct). The 'homebrew_casks' field is for macOS installers (.pkg/.dmg). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7bbc6d0 commit d88d053

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ archives:
3030
formats:
3131
- zip
3232

33-
homebrews:
33+
brews:
3434
- name: kcl
3535
repository:
3636
owner: kcl-lang

0 commit comments

Comments
 (0)