chore(ci): update GoReleaser config and release workflow to skip validation step

This commit is contained in:
Luis Pater
2026-03-16 00:16:25 +08:00
parent b5701f416b
commit 9fee7f488e
2 changed files with 3 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --clean
args: release --clean --skip=validate
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VERSION: ${{ env.VERSION }}