Skip to content

Commit 744349d

Browse files
authored
Merge pull request #3 from Bandwidth/fix/goreleaser-brew-pr-flow
Fix GoReleaser homebrew publish to use PR flow
2 parents f2150c0 + b22c09a commit 744349d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ docker_manifests:
5252
- "ghcr.io/bandwidth/cli:{{ .Version }}-arm64"
5353

5454
brews:
55-
- repository:
55+
- name: band
56+
repository:
5657
owner: Bandwidth
5758
name: homebrew-tap
59+
branch: "band-{{.Version}}"
5860
token: "{{ .Env.HOMEBREW_TAP_TOKEN }}"
5961
pull_request:
6062
enabled: true
6163
base:
62-
owner: Bandwidth
63-
name: homebrew-tap
6464
branch: main
6565
homepage: "https://github.com/Bandwidth/cli"
6666
description: "Bandwidth CLI — manage voice, messaging, numbers, and more from the command line"

0 commit comments

Comments
 (0)