Skip to content

Commit 2bfd2b8

Browse files
authored
fix: release.yml workflow
1 parent 746fecb commit 2bfd2b8

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
@@ -42,7 +42,7 @@ jobs:
4242
uses: goreleaser/goreleaser-action@v6.0.0
4343
with:
4444
version: latest
45-
args: release --rm-dist
45+
args: release --clean
4646
env:
4747
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)