Skip to content

Commit 697216e

Browse files
committed
[goreleaser] specify branch name for PR
This property defaults to the repo's default branch which is causing goreleaser to attempt to merge directly to `main`. Setting this property to another branch name should hopefully allow it to create a PR and successfully update the tap.
1 parent 5857aee commit 697216e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ brews:
4242
- repository:
4343
owner: mercari
4444
name: hcledit
45+
branch: update-brew-formula
4546
pull_request:
4647
enabled: true
4748
base:

0 commit comments

Comments
 (0)