Skip to content

Commit 61c9ce9

Browse files
committed
Use --clean instead of the deprecated --rm-dist flag
1 parent 0b58563 commit 61c9ce9

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
@@ -77,6 +77,6 @@ jobs:
7777
with:
7878
distribution: goreleaser
7979
version: latest
80-
args: release --rm-dist
80+
args: release --clean
8181
env:
8282
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)