Skip to content

Commit

Permalink
Update pre-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTitusTech committed Jul 17, 2024
1 parent 45a103f commit 1307abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: create_tag
run: |
$tagExists = git tag -l $env:VERSION
if (-not $tagExists) {
if ([string]::IsNullOrEmpty($tagExists)) {
git tag $env:VERSION
git push origin $env:VERSION
} else {
Expand Down

0 comments on commit 1307abc

Please sign in to comment.