Skip to content

Commit ca05060

Browse files
SimplyLizclaude
andcommitted
fix: use 'directory' instead of 'folder' in goreleaser brews config
GoReleaser v2 renamed the 'folder' field to 'directory' in the brews section. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6946338 commit ca05060

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
@@ -74,7 +74,7 @@ brews:
7474
owner: SimplyLiz
7575
name: homebrew-ckb
7676
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
77-
folder: Formula
77+
directory: Formula
7878
homepage: "https://github.com/SimplyLiz/CodeMCP"
7979
description: "Code intelligence orchestration layer for AI-assisted development"
8080
install: |

0 commit comments

Comments
 (0)