Skip to content

Commit ebeefeb

Browse files
committed
bug-fix: wrong arg for goreleaser
Signed-off-by: Lasse Gaardsholt <[email protected]>
1 parent 59c8dd5 commit ebeefeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: goreleaser/goreleaser-action@v6
3333
with:
3434
version: latest
35-
args: release --rm-dist
35+
args: release --clean
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 commit comments

Comments
 (0)