Skip to content

Commit f670858

Browse files
committed
Fix goreleaser clean flag
1 parent da1c320 commit f670858

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
@@ -62,6 +62,6 @@ jobs:
6262
with:
6363
distribution: goreleaser
6464
version: 'latest'
65-
args: release --rm-dist
65+
args: release --clean
6666
env:
6767
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)