Skip to content

Commit

Permalink
Pinned gitversion to v5.12
Browse files Browse the repository at this point in the history
ykuijs committed Sep 10, 2024
1 parent eb21c3b commit 85fc50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ModuleBuildTestRelease.yml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ jobs:
- name: Calculate ModuleVersion (GitVersion)
id: GitVersion
run: |
dotnet tool install --global GitVersion.Tool
dotnet tool install --global GitVersion.Tool --version 5.12.0
dotnet-gitversion
$gitVersionObject = dotnet-gitversion | ConvertFrom-Json
Write-Output "NuGetVersionV2=$($gitVersionObject.NuGetVersionV2)" >> $env:GITHUB_OUTPUT

0 comments on commit 85fc50c

Please sign in to comment.