Skip to content

Commit 2809415

Browse files
committed
replace deprecated arg
1 parent 182c959 commit 2809415

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
45+
args: release --clean
4646
env:
4747
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
4848
# GitHub sets this automatically

0 commit comments

Comments
 (0)