fix: validate

This commit is contained in:
Simon Ding
2024-09-29 14:46:06 +08:00
parent 577a6cee1e
commit 20bdcdbcde

View File

@@ -43,7 +43,7 @@ jobs:
distribution: goreleaser distribution: goreleaser
# 'latest', 'nightly', or a semver # 'latest', 'nightly', or a semver
version: '~> v2' version: '~> v2'
args: release --clean args: release --clean --skip=validate
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution # Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution