Skip to content

Commit a42cf4b

Browse files
committed
chore(goreleaser): update brew tap configuration key
The brew tap configuration key has been changed from 'folder' to 'directory' to align with GoReleaser's expected configuration syntax. This ensures correct deployment of Homebrew formulas to the designated repository path.
1 parent f608b2e commit a42cf4b

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
@@ -69,7 +69,7 @@ brews:
6969
repository:
7070
owner: agentsdance
7171
name: agentx
72-
folder: Formula
72+
directory: Formula
7373
homepage: "https://github.com/agentsdance/agentx"
7474
description: "CLI tool for managing MCP servers and skills across AI coding agents"
7575
license: "Apache-2.0"

0 commit comments

Comments
 (0)