chore: fix build artifacts action

This commit is contained in:
Steven 2024-07-17 23:16:09 +08:00
parent 5704aaad08
commit fefe2b0655

View file

@ -40,6 +40,6 @@ jobs:
distribution: goreleaser
# 'latest', 'nightly', or a semver
version: latest
args: release --clean --skip-validate
args: release --clean --skip=validate
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}