Skip to content

Commit a379e7c

Browse files
Fix goreleaser
1 parent e501d76 commit a379e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/binaries-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
workdir: "backend"
5252
distribution: goreleaser
5353
version: "~> v2"
54-
args: release --rm-dist
54+
args: release --clean
5555
env:
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5757
COSIGN_PWD: ${{ secrets.COSIGN_PWD }}

0 commit comments

Comments
 (0)