Skip to content

Commit 9420b18

Browse files
committed
fix: use brews instead of homebrew_casks in goreleaser config
Formula (brews) is correct for CLI tools. Casks are for GUI apps. This was causing the tap entry to land under Casks/ instead of Formula/.
1 parent 07c63b6 commit 9420b18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yaml

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

34-
homebrew_casks:
34+
brews:
3535
- repository:
3636
owner: dedene
3737
name: homebrew-tap

0 commit comments

Comments
 (0)