From 3927761e686e2a81d57c7084dad1f50b1ec71477 Mon Sep 17 00:00:00 2001 From: Leonidas Vrachnis Date: Wed, 16 Oct 2024 11:38:20 +0200 Subject: [PATCH] chore(goreleaser): use homebrew-tap repo --- .goreleaser.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 362d524..51b60c6 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -132,7 +132,7 @@ brews: # Repository name. # # Templates: allowed. - name: git-hooks + name: homebrew-tap # Optionally a branch can be provided. # @@ -158,5 +158,5 @@ brews: # above will be used as HEAD, allowing cross-repository pull requests. base: owner: lvrach - name: git-hooks + name: homebrew-tap branch: main