Skip to content

Commit 8d5506c

Browse files
committed
fix(ci): replace goreleaser --rm-dist flag by --clean
1 parent c101628 commit 8d5506c

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
@@ -31,7 +31,7 @@ jobs:
3131
uses: goreleaser/goreleaser-action@v2
3232
with:
3333
version: latest
34-
args: release --rm-dist
34+
args: release --clean
3535
env:
3636
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3737

0 commit comments

Comments
 (0)