From 5ccb37e2f17ff69d567898ac87858df1a326f36b Mon Sep 17 00:00:00 2001 From: Raghd Hamzeh Date: Tue, 11 Jul 2023 20:05:04 -0400 Subject: [PATCH] fix(ci): update brew details --- .goreleaser.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 6459cb8..2a452a7 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -114,10 +114,10 @@ brews: pull_request: enabled: true homepage: "https://openfga.dev/" - description: "A high performance and flexible authorization/permission engine built for developers and inspired by Google Zanzibar." + description: "A cross-platform CLI to interact with an OpenFGA server." license: "Apache-2.0" folder: "Formula" - url_template: "https://github.com/openfga/openfga/releases/download/{{ .Tag }}/{{ .ArtifactName }}" + url_template: "https://github.com/openfga/cli/releases/download/{{ .Tag }}/{{ .ArtifactName }}" download_strategy: CurlDownloadStrategy # update the head formula on each release