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 60a6c38 commit 508f909
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 ($null -eq $tagExists) {
if ($tagExists -eq "") {
git tag $env:VERSION
git push origin $env:VERSION
} else {
Expand Down

0 comments on commit 508f909

Please sign in to comment.