Skip to content

Commit c9ce175

Browse files
authored
ci: update goreleaser args (#538)
Update goreleaser args to use the new non-deprecated --clean.
1 parent c136deb commit c9ce175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# either 'goreleaser' (default) or 'goreleaser-pro'
2626
distribution: goreleaser
2727
version: latest
28-
args: release --rm-dist
28+
args: release --clean
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3131
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution

0 commit comments

Comments
 (0)