Skip to content

Commit 47edf97

Browse files
committed
Fix goreleaser cleanup arg
1 parent b2bd99a commit 47edf97

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

0 commit comments

Comments
 (0)