Skip to content

Commit 1a6a9db

Browse files
authored
ci: use clean arg for goreleaser (#279)
New version changed the option name. Signed-off-by: Walter Scheper <[email protected]>
1 parent 8657143 commit 1a6a9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
with:
2626
distribution: goreleaser
2727
version: latest
28-
args: release --rm-dist
28+
args: release --clean
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)