chore(scripts): use prerelease style alpha version num

This commit is contained in:
Andelf
2023-09-07 10:35:15 +08:00
parent 9e2fe79c48
commit 390a7f6bb9

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)