Skip to content

Commit

Permalink
Debug: list git tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Richiban committed Nov 19, 2024
1 parent 2b23548 commit cb3eacc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions release.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Write-Host "Version: $version"

$tagName = "release/$version"

write-host "Debug: git tags"

git tag -l

$versionAlreadyTagged = git tag -l $tagName

if ($versionAlreadyTagged) {
Expand Down

0 comments on commit cb3eacc

Please sign in to comment.