]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
workflow: recover version when error occurred (#5493) [ci skip]
authorCloyd Lau <31238760+cloydlau@users.noreply.github.com>
Fri, 13 May 2022 00:15:13 +0000 (08:15 +0800)
committerGitHub <noreply@github.com>
Fri, 13 May 2022 00:15:13 +0000 (20:15 -0400)
scripts/release.js

index 69edcbca64316e9da51d2147bc5f567f1c31a677..05f05f76a19ef12925f3bc39aff751bd9c4f3a3b 100644 (file)
@@ -232,5 +232,6 @@ async function publishPackage(pkgName, version, runIfNotDry) {
 }
 
 main().catch(err => {
+  updateVersions(currentVersion)
   console.error(err)
 })