We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 676b446 + 56a6ee3 commit 343715eCopy full SHA for 343715e
.github/workflows/release.yaml
@@ -49,7 +49,7 @@ jobs:
49
with:
50
distribution: "goreleaser-pro"
51
version: "latest"
52
- args: "release --rm-dist"
+ args: "release --clean"
53
env:
54
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
55
GORELEASER_KEY: "${{ secrets.GORELEASER_KEY }}"
goreleaser.yaml
@@ -1,4 +1,5 @@
1
---
2
+version: 2
3
builds:
4
- id: "spicedb-operator"
5
main: "./cmd/spicedb-operator"
0 commit comments