Skip to content

Commit fefe2b0

Browse files
committed
chore: fix build artifacts action
1 parent 5704aaa commit fefe2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
distribution: goreleaser
4141
# 'latest', 'nightly', or a semver
4242
version: latest
43-
args: release --clean --skip-validate
43+
args: release --clean --skip=validate
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)