Skip to content

Commit 343715e

Browse files
authored
Merge pull request #326 from authzed/goreleaser-v2
release: updates for goreleaser v2
2 parents 676b446 + 56a6ee3 commit 343715e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
distribution: "goreleaser-pro"
5151
version: "latest"
52-
args: "release --rm-dist"
52+
args: "release --clean"
5353
env:
5454
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
5555
GORELEASER_KEY: "${{ secrets.GORELEASER_KEY }}"

goreleaser.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
version: 2
23
builds:
34
- id: "spicedb-operator"
45
main: "./cmd/spicedb-operator"

0 commit comments

Comments
 (0)