Skip to content

Commit 35d170c

Browse files
committed
fix(goreleaser): set explicit base branch for PR
1 parent 44c9ee4 commit 35d170c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.goreleaser.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ brews:
7373
token: "{{ .Env.GH_PAT }}"
7474
pull_request:
7575
enabled: true
76-
# Optional: you can specify a base branch if it's not the default
77-
# base: master
76+
base: master
7877
directory: Formula
7978
homepage: "https://github.com/agentsdance/agentx"
8079
description: "CLI tool for managing MCP servers and skills across AI coding agents"

0 commit comments

Comments
 (0)