Skip to content

Commit

Permalink
Merge pull request #897 from jzelinskie/goreleaser-pro
Browse files Browse the repository at this point in the history
Enable goreleaser pro, push linux packages to gemfury
  • Loading branch information
jzelinskie authored Oct 13, 2022
2 parents 53c75a2 + e363a16 commit 1a915c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ jobs:
dockerhub_token: "${{ secrets.DOCKERHUB_ACCESS_TOKEN }}"
- uses: "docker/setup-qemu-action@v1"
- uses: "docker/setup-buildx-action@v1"
- uses: "goreleaser/goreleaser-action@v2"
- uses: "goreleaser/goreleaser-action@v3"
with:
distribution: "goreleaser"
distribution: "goreleaser-pro"
version: "latest"
args: "release --rm-dist"
env:
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 1a915c7

Please sign in to comment.