mirror of https://github.com/vuejs/core.git
chore: fix release vapor
This commit is contained in:
parent
b640bb70fc
commit
2486d991f1
|
@ -163,6 +163,7 @@ async function main() {
|
|||
const pkgName = isCanary
|
||||
? renamePackageToCanary('vue')
|
||||
: renamePackageToVapor('vue')
|
||||
if (isCanary) {
|
||||
const { stdout } = await run(
|
||||
'pnpm',
|
||||
['view', `${pkgName}@~${newVersion}`, 'version', '--json'],
|
||||
|
@ -182,6 +183,7 @@ async function main() {
|
|||
semver.inc(latestSameDayPatch, 'prerelease', args.tag)
|
||||
)
|
||||
}
|
||||
}
|
||||
} catch (/** @type {any} */ e) {
|
||||
if (/E404/.test(e.message)) {
|
||||
// the first patch version on that day
|
||||
|
|
Loading…
Reference in New Issue