mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-06-04 14:17:27 +00:00
Update pre-release.yaml
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
||||
id: create_tag
|
||||
run: |
|
||||
$tagExists = git tag -l $env:VERSION
|
||||
if ([string]::IsNullOrEmpty($tagExists)) {
|
||||
if ($null -eq $tagExists) {
|
||||
git tag $env:VERSION
|
||||
git push origin $env:VERSION
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user