From 715305bbe6ce243c56139733cd5c279dafea788d Mon Sep 17 00:00:00 2001 From: Nerixyz Date: Sat, 26 Aug 2023 20:41:59 +0200 Subject: [PATCH] fix: check for tag --- .CI/bundle-portable.ps1 | 1 + 1 file changed, 1 insertion(+) 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;