From 30246358d55aa333fc6c43319956322b82def9ae Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 4 Sep 2024 10:01:37 +0900 Subject: [PATCH] [goreleaser] specify branch name for PR (#137) 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. --- .goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 45f61a2..6682642 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -42,6 +42,7 @@ brews: - repository: owner: mercari name: hcledit + branch: update-brew-formula pull_request: enabled: true base: