UpdateVersionOptions.shouldBuild?
UpdateVersionOptions › shouldBuild?
Type: boolean
Whether to run the build step. The build is a publishing prerequisite, not a verification check, so it is governed by this flag independently ofshouldRunChecks — it runs even when the checks are skipped, so a fast release still ships fresh artifacts. Set to false only when the build output is known to already match the current code; otherwise the release would publish stale artifacts.