Skip to content

Commit

Permalink
Merge pull request #326 from authzed/goreleaser-v2
Browse files Browse the repository at this point in the history
release: updates for goreleaser v2
  • Loading branch information
ecordell authored Jul 23, 2024
2 parents 676b446 + 56a6ee3 commit 343715e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
distribution: "goreleaser-pro"
version: "latest"
args: "release --rm-dist"
args: "release --clean"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
GORELEASER_KEY: "${{ secrets.GORELEASER_KEY }}"
Expand Down
1 change: 1 addition & 0 deletions goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
version: 2
builds:
- id: "spicedb-operator"
main: "./cmd/spicedb-operator"
Expand Down

0 comments on commit 343715e

Please sign in to comment.