Update WAU Nightly release name

pull/745/head
Romain 2024-10-19 09:01:50 +02:00 committed by GitHub
parent 6ae04feb31
commit 74fb0046cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ jobs:
else {
$MsiVersion = $NextAutoSemver.Split("-")[0]
$NextSemver = $NextAutoSemver.Replace("-0","-n")
$ReleaseName = "WAU 2.0 (" + $NextSemver + ") [Nightly Build]"
$ReleaseName = "WAU " + $NextSemver + " [Nightly Build]"
$Prerelease = 1
}
echo "MSI version: $MsiVersion"