From 478b56847f6658890e055c764e071c7dd6d07471 Mon Sep 17 00:00:00 2001 From: Nick Santamaria Date: Mon, 29 Jan 2024 11:07:34 +1100 Subject: [PATCH] Updated goreleaser branch --- .goreleaser.yaml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 8fb3f40..4507a8c 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -127,14 +127,7 @@ brews: # # Default: default repository branch # Templates: allowed - branch: main - - # Optionally a token can be provided, if it differs from the token - # provided to GoReleaser - # Templates: allowed - token: "{{ .Env.GITHUB_PERSONAL_AUTH_TOKEN }}" - - + branch: default # The lines beneath this are called `modelines`. See `:help modeline` # Feel free to remove those if you don't want/use them.