Skip to content

Commit

Permalink
chore: update brew formula installation
Browse files Browse the repository at this point in the history
  • Loading branch information
tolgaOzen committed Jun 18, 2024
1 parent 5592e51 commit de131dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
version: 2
project_name: permify
universal_binaries:
- replace: true
Expand All @@ -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 }}"
Expand Down

0 comments on commit de131dd

Please sign in to comment.