Skip to content

Commit 50841a2

Browse files
authored
fix: replace --rm-dist with --clean [sc-0] (#297)
1 parent dcb5206 commit 50841a2

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
@@ -30,7 +30,7 @@ jobs:
3030
uses: goreleaser/goreleaser-action@v4
3131
with:
3232
version: latest
33-
args: release --rm-dist
33+
args: release --clean
3434
env:
3535
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)