Skip to content

Commit

Permalink
Fix call to GitVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
elzik committed Oct 21, 2023
1 parent 4d35146 commit f2e06a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/set-semver-tag.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dotnet tool update --global GitVersion.Tool
$semVer = (GitVersion | ConvertFrom-Json).SemVer
$semVer = (dotnet-gitversion | ConvertFrom-Json).SemVer
$tag = "v$semVer"
Write-Output "tag=$tag" >> $GITHUB_OUTPUT
Write-Host $tag

0 comments on commit f2e06a8

Please sign in to comment.