diff --git a/.github/workflows/ModuleBuildTestRelease.yml b/.github/workflows/ModuleBuildTestRelease.yml index adaa7aa..12c20f0 100644 --- a/.github/workflows/ModuleBuildTestRelease.yml +++ b/.github/workflows/ModuleBuildTestRelease.yml @@ -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