See https://github.com/vuejs/core/actions/runs/4527710331/jobs/7973811532#step:6:279 The canary release action should fail if the release script fails.
@@ -377,4 +377,5 @@ async function publishPackage(pkgName, version) {
main().catch(err => {
updateVersions(currentVersion)
console.error(err)
+ process.exit(1)
})