Update pre-release.yaml

This commit is contained in:
Chris Titus 2024-07-17 01:04:39 -05:00
parent 60a6c387e2
commit 508f909fc9

View File

@ -29,7 +29,7 @@ jobs:
id: create_tag id: create_tag
run: | run: |
$tagExists = git tag -l $env:VERSION $tagExists = git tag -l $env:VERSION
if ($null -eq $tagExists) { if ($tagExists -eq "") {
git tag $env:VERSION git tag $env:VERSION
git push origin $env:VERSION git push origin $env:VERSION
} else { } else {