Skip to content

Commit c0310a4

Browse files
fix: update goreleaser brew config for v2 syntax
1 parent 95d8ddd commit c0310a4

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.goreleaser.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,7 @@ brews:
125125
name: homebrew-chief
126126
# Use HOMEBREW_TAP_GITHUB_TOKEN for pushing to tap repo
127127
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
128-
# Alternative: commit to same repo (Formula/ directory)
129-
# repository:
130-
# owner: minicodemonkey
131-
# name: chief
132-
# token: "{{ .Env.GITHUB_TOKEN }}"
133-
folder: Formula
128+
directory: Formula
134129
homepage: "https://minicodemonkey.github.io/chief/"
135130
description: "Autonomous agent loop for working through PRDs with Claude Code"
136131
license: "MIT"

0 commit comments

Comments
 (0)