Skip to content

Commit ec5d97e

Browse files
committed
update goreleaser command arg from --rm-dist to --clean
1 parent 7e473c7 commit ec5d97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
uses: goreleaser/[email protected]
131131
with:
132132
version: latest
133-
args: release --rm-dist
133+
args: release --clean
134134
env:
135135
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
136136
- name: Upload binaries as build artifacts

0 commit comments

Comments
 (0)