From a42cf4b760394e429fd9b42fcf7117e7af0c4ebb Mon Sep 17 00:00:00 2001 From: zzxwill Date: Tue, 13 Jan 2026 21:13:32 +0800 Subject: [PATCH] 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. --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 00870ca..6975d5c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -69,7 +69,7 @@ brews: repository: owner: agentsdance name: agentx - folder: Formula + directory: Formula homepage: "https://github.com/agentsdance/agentx" description: "CLI tool for managing MCP servers and skills across AI coding agents" license: "Apache-2.0"