Skip to content

Commit 21d1891

Browse files
fix: move directory field outside repository block in goreleaser config
1 parent c0310a4 commit 21d1891

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,8 @@ brews:
123123
repository:
124124
owner: minicodemonkey
125125
name: homebrew-chief
126-
# Use HOMEBREW_TAP_GITHUB_TOKEN for pushing to tap repo
127126
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
128-
directory: Formula
127+
directory: Formula
129128
homepage: "https://minicodemonkey.github.io/chief/"
130129
description: "Autonomous agent loop for working through PRDs with Claude Code"
131130
license: "MIT"

0 commit comments

Comments
 (0)