Skip to content

Commit 89c6654

Browse files
committed
ci: upgrade to GoReleaser v2 CLI syntax for --skip
Signed-off-by: Babak K. Shandiz <babakks@github.com>
1 parent aeb2c43 commit 89c6654

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ build_local() {
9494
;;
9595
esac
9696
[ -z "$tag_name" ] || export GORELEASER_CURRENT_TAG="$tag_name"
97-
announce goreleaser release -f "$goreleaser_config" --clean --skip-validate --skip-publish --release-notes="$(mktemp)"
97+
announce goreleaser release -f "$goreleaser_config" --clean --skip validate,publish,announce --release-notes="$(mktemp)"
9898
}
9999

100100
if [ -n "$is_local" ]; then

0 commit comments

Comments
 (0)