diff --git a/.CI/bundle-portable.ps1 b/.CI/bundle-portable.ps1 index 23499923732..6c563f47c0b 100644 --- a/.CI/bundle-portable.ps1 +++ b/.CI/bundle-portable.ps1 @@ -23,6 +23,7 @@ function Remove-IfExists { $OldErrorActionPref = $ErrorActionPreference; $ErrorActionPreference = 'Continue'; git describe --exact-match --match 'v*' *> $null; +$isTagged = $?; $ErrorActionPreference = $OldErrorActionPref; Write-Output portable > Chatterino2/modes;