From 612f31a5f95f70344af39f38621309e6d4d10516 Mon Sep 17 00:00:00 2001 From: Raicuparta Date: Sat, 9 Nov 2024 20:15:35 +0100 Subject: [PATCH] fix publish changelog --- publish.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish.ps1 b/publish.ps1 index 90ac6e1d..6bf4ebd1 100644 --- a/publish.ps1 +++ b/publish.ps1 @@ -34,7 +34,7 @@ $version = [regex]::Match($msiName, '.+_(.+)_.+_.+').Groups[1].Value $signature = Get-Content -Path "$msiFolder/*.sig" -Raw # Read changelog from environment variable. -$changelog = $env:RAI_PAL_CHANGELOG -or "Someone forgot to include a changelog." +$changelog = $env:RAI_PAL_CHANGELOG ?? "Someone forgot to include a changelog." # Create json that's used by Rai Pal for checking updates. $updaterJson = ConvertTo-Json -InputObjec @{