Skip to content

Commit

Permalink
goreleaser: push linux packages to gemfury
Browse files Browse the repository at this point in the history
  • Loading branch information
jzelinskie committed Oct 12, 2022
1 parent c0de5e5 commit e363a16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ jobs:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
HOMEBREW_TAP_GITHUB_TOKEN: "${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}"
GORELEASER_KEY: "${{ secrets.GORELEASER_KEY }}"
GEMFURY_PUSH_TOKEN: "${{ secrets.GEMFURY_PUSH_TOKEN }}"
6 changes: 5 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@ nfpms:
maintainer: "authzed <support@authzed.com>"
description: "SpiceDB is a Zanzibar-inspired database that stores, computes, and validates application permissions."
license: "Apache 2.0"
epoch: 0
epoch: "0"
formats:
- "apk"
- "deb"
- "rpm"
furies:
- account: "authzed"
secret_name: "GEMFURY_PUSH_TOKEN"

brews:
- tap:
owner: "authzed"
Expand Down

0 comments on commit e363a16

Please sign in to comment.