Skip to content

Commit

Permalink
Revert "Output full GitVersion details"
Browse files Browse the repository at this point in the history
This reverts commit 19315b4.
  • Loading branch information
elzik committed Oct 21, 2023
1 parent 7f87f33 commit 8ebda5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Build/set-semver-tag.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
dotnet tool update --global GitVersion.Tool
dotnet-gitversion
$semVer = (dotnet-gitversion | ConvertFrom-Json).SemVer
$tag = "v$semVer"
Write-Output "tag=$tag" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 8ebda5d

Please sign in to comment.