Skip to content

Commit cd161cb

Browse files
committed
fix: --rm-dist deprecated in favour of --clean
Signed-off-by: Ben McNicholl <[email protected]>
1 parent 496744b commit cd161cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
with:
3131
distribution: goreleaser
3232
version: latest
33-
args: release --rm-dist
33+
args: release --clean
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)