Skip to content

Commit

Permalink
fix(ci): update brew details
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh authored Jul 12, 2023
1 parent 8aada58 commit 5ccb37e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ccb37e

Please sign in to comment.