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