Skip to content

Commit e1c726d

Browse files
committed
Replace --rm-dist with --clean flag
1 parent 3b0c3d9 commit e1c726d

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
@@ -32,6 +32,6 @@ jobs:
3232
with:
3333
distribution: goreleaser
3434
version: latest
35-
args: release --rm-dist
35+
args: release --clean
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GH_TKN }}

0 commit comments

Comments
 (0)