Skip to content

Commit ef70c26

Browse files
committed
Fix release
1 parent 3416386 commit ef70c26

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
@@ -36,7 +36,7 @@ jobs:
3636
uses: goreleaser/goreleaser-action@v6
3737
with:
3838
version: latest
39-
args: release --rm-dist
39+
args: release --clean
4040
env:
4141
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
4242
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)