Skip to content

Commit 4eb2243

Browse files
authored
ci: align goreleaser flags with new version (#247)
1 parent 22ff2dd commit 4eb2243

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
@@ -39,7 +39,7 @@ jobs:
3939
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
4040
with:
4141
version: latest
42-
args: release --rm-dist --skip-validate
42+
args: release --clean --skip=validate
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545

0 commit comments

Comments
 (0)