Skip to content

Commit 4cd2345

Browse files
Fix build.yml
1 parent 5f8acd3 commit 4cd2345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# either 'goreleaser' (default) or 'goreleaser-pro'
2323
distribution: goreleaser
2424
version: latest
25-
args: release --rm-dist
25+
args: release --clean
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution

0 commit comments

Comments
 (0)