Skip to content
This repository was archived by the owner on Apr 11, 2026. It is now read-only.

Commit 5cc959b

Browse files
committed
Use --clean flag instead of --rm-dist for goreleaser
1 parent 2c2890d commit 5cc959b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
4949
with:
50-
args: release --rm-dist
50+
args: release --clean

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Run GoReleaser (dry-run)
3939
uses: goreleaser/goreleaser-action@v3
4040
with:
41-
args: release --rm-dist --skip-publish --snapshot
41+
args: release --clean --skip-publish --snapshot
4242
test-others:
4343
name: Test others
4444
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)