From c4933399c727b059eaa16cae23b0ce3e2c065403 Mon Sep 17 00:00:00 2001 From: Caleb Foust Date: Sat, 16 Dec 2023 06:43:31 -0500 Subject: [PATCH] feat: brew 2 --- ci/goreleaser-for-darwin.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ci/goreleaser-for-darwin.yaml b/ci/goreleaser-for-darwin.yaml index 3fc02b89..af41dbc1 100644 --- a/ci/goreleaser-for-darwin.yaml +++ b/ci/goreleaser-for-darwin.yaml @@ -50,9 +50,9 @@ builds: snapshot: name_template: "{{ incpatch .Version }}-next" brews: - repository: - owner: cfoust - name: homebrew-taps - branch: "{{.ProjectName}}-{{.Version}}" - pull_request: - enabled: true + - repository: + owner: cfoust + name: homebrew-taps + branch: "{{.ProjectName}}-{{.Version}}" + pull_request: + enabled: true