ci: upgrade to GoReleaser v2 CLI syntax for --skip

Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
Babak K. Shandiz 2025-12-15 18:55:31 +00:00
parent aeb2c43aed
commit 89c66542b8
No known key found for this signature in database
GPG key ID: 9472CAEFF56C742E

View file

@ -94,7 +94,7 @@ build_local() {
;;
esac
[ -z "$tag_name" ] || export GORELEASER_CURRENT_TAG="$tag_name"
announce goreleaser release -f "$goreleaser_config" --clean --skip-validate --skip-publish --release-notes="$(mktemp)"
announce goreleaser release -f "$goreleaser_config" --clean --skip validate,publish,announce --release-notes="$(mktemp)"
}
if [ -n "$is_local" ]; then