Skip to content

Commit 45b3333

Browse files
committed
fix: use --clean instead of --rm-dist
Signed-off-by: Carlos A Becker <[email protected]>
1 parent e226364 commit 45b3333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
distribution: goreleaser-pro
6666
version: latest
67-
args: release --rm-dist --split ${{ env.flags }}
67+
args: release --clean --split ${{ env.flags }}
6868
env:
6969
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
7070
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}

0 commit comments

Comments
 (0)