Skip to content

Commit

Permalink
fix: check for tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Aug 26, 2023
1 parent 4486df1 commit 715305b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .CI/bundle-portable.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 715305b

Please sign in to comment.