Skip to content

Commit dd15b7a

Browse files
committed
fix: place homebrew formula in Formula/ directory
Without directory: Formula, goreleaser puts the .rb file at the repo root.
1 parent 5ab3cbd commit dd15b7a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ brews:
3636
owner: dedene
3737
name: homebrew-tap
3838
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
39+
directory: Formula
3940
homepage: "https://github.com/dedene/strawpoll-cli"
4041
description: "StrawPoll CLI - Create and manage polls from the command line"
4142
license: "MIT"

0 commit comments

Comments
 (0)