workflow: recover version when error occurred (#5493) [ci skip]
This commit is contained in:
@@ -232,5 +232,6 @@ async function publishPackage(pkgName, version, runIfNotDry) {
|
||||
}
|
||||
|
||||
main().catch(err => {
|
||||
updateVersions(currentVersion)
|
||||
console.error(err)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user