Skip to content

Commit bac16ae

Browse files
committed
#
1 parent 7184519 commit bac16ae

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.goreleaser.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,11 @@ brews:
7979
name: goreleaserbot
8080
email: bot@goreleaser.com
8181
# This ensures "brew install --HEAD" works
82-
head: |
83-
url "https://github.com/agentsdance/agentx.git", branch: "main"
84-
depends_on "go" => :build
82+
custom_block: |
83+
head do
84+
url "https://github.com/agentsdance/agentx.git", branch: "master"
85+
depends_on "go" => :build
86+
end
8587
install: |
8688
if build.head?
8789
system "go", "build", "-ldflags", "-s -w -X github.com/agentsdance/agentx/internal/version.Version=head", "-o", "agentx", "."

Formula/agentx.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Agentx < Formula
4242
end
4343

4444
head do
45-
url "https://github.com/agentsdance/agentx.git", branch: "main"
45+
url "https://github.com/agentsdance/agentx.git", branch: "master"
4646
depends_on "go" => :build
4747
end
4848

0 commit comments

Comments
 (0)