Skip to content

Commit

Permalink
Merge pull request #152 from ecordell/fix-brew-head
Browse files Browse the repository at this point in the history
allow head install from brew
  • Loading branch information
ecordell committed Sep 30, 2021
2 parents 4f18a6b + ad7e1fd commit 3740c6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ brews:
test: |
system "#{bin}/spicedb version"
install: |
if !File.exists? "spicedb"
system "go build --ldflags \"-s -w -X github.com/authzed/spicedb/internal/version.Version=$(git describe --always --abbrev=7 --dirty)\" ./cmd/spicedb"
end
bin.install "spicedb"
checksum:
name_template: "checksums.txt"
Expand Down

0 comments on commit 3740c6c

Please sign in to comment.