Skip to content

Commit

Permalink
.goreleaser: fixup deprecated fields
Browse files Browse the repository at this point in the history
  • Loading branch information
jzelinskie committed Apr 24, 2024
1 parent c4fe053 commit 9b2d0c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ nfpms:
furies:
- account: "authzed"
secret_name: "GEMFURY_PUSH_TOKEN"
skip: "{{ gt (len .Prerelease) 0 }}"
disable: "{{ gt (len .Prerelease) 0 }}"
snapcrafts:
- name: "spicedb"
publish: true
Expand Down Expand Up @@ -87,7 +87,7 @@ brews:
homepage: "https://authzed.com/"
description: "SpiceDB is a Zanzibar-inspired database that stores, computes, and validates application permissions."
license: "Apache-2.0"
folder: "Formula"
directory: "Formula"
skip_upload: "auto"
custom_block: |
head "https://github.com/authzed/spicedb.git", :branch => "main"
Expand Down Expand Up @@ -118,7 +118,7 @@ brews:
homepage: "https://authzed.com/"
description: "SpiceDB is a Zanzibar-inspired database that stores, computes, and validates application permissions."
license: "Apache-2.0"
folder: "Formula"
directory: "Formula"
skip_upload: "auto"
custom_block: |
head "https://github.com/authzed/spicedb.git", :branch => "main"
Expand Down

0 comments on commit 9b2d0c9

Please sign in to comment.