chore(scripts): use prerelease style alpha version num

pull/10167/head
Andelf 2023-09-07 10:35:15 +08:00
parent 9e2fe79c48
commit 390a7f6bb9
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ if (match) {
if (process.argv[2] === 'nightly' || process.argv[2] === '') {
const today = new Date()
console.log(
ver + '-nightly.' + today.toISOString().split('T')[0].replaceAll('-', '')
ver + '-alpha+nightly.' + today.toISOString().split('T')[0].replaceAll('-', '')
)
} else {
console.log(ver)