Skip to content

Commit 182c959

Browse files
committed
Fix release workflow
1 parent cb5973e commit 182c959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: goreleaser/goreleaser-action@v3
4343
with:
4444
version: latest
45-
args: release --rm-dist
45+
args: release
4646
env:
4747
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
4848
# GitHub sets this automatically

0 commit comments

Comments
 (0)