From de131dd58584eb540495b87a341b17cd2d4c9113 Mon Sep 17 00:00:00 2001 From: Tolga Ozen Date: Tue, 18 Jun 2024 13:45:23 +0300 Subject: [PATCH] chore: update brew formula installation --- .goreleaser.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 2f5e220d2..a0979c096 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,4 +1,5 @@ --- +version: 2 project_name: permify universal_binaries: - replace: true @@ -25,14 +26,14 @@ brews: type: build description: "Permify is an open-source authorization service & policy engine based on Google Zanzibar." download_strategy: CurlDownloadStrategy - folder: Formula + directory: Formula homepage: "https://github.com/Permify/permify" license: "Apache-2.0" custom_block: | head "https://github.com/Permify/permify.git", :branch => "master" install: |- bin.install "permify" - tap: + repository: name: homebrew-tap owner: permify token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"