Skip to content

Commit 209483b

Browse files
authored
workflow: recover version when error occurred (#5493) [ci skip]
1 parent 8758da4 commit 209483b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/release.js

+1
Original file line numberDiff line numberDiff line change
@@ -232,5 +232,6 @@ async function publishPackage(pkgName, version, runIfNotDry) {
232232
}
233233

234234
main().catch(err => {
235+
updateVersions(currentVersion)
235236
console.error(err)
236237
})

0 commit comments

Comments
 (0)