mirror of https://github.com/vuejs/core.git
build: exit with code 1 on release failure (#7962)
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.
This commit is contained in:
parent
543d6dbc94
commit
ff35fe9ffe
|
@ -377,4 +377,5 @@ async function publishPackage(pkgName, version) {
|
|||
main().catch(err => {
|
||||
updateVersions(currentVersion)
|
||||
console.error(err)
|
||||
process.exit(1)
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue