Skip to content

Commit

Permalink
Updated GitHub Action (locked Gitversion)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykuijs committed Sep 9, 2024
1 parent e30c76f commit d87b094
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
Expand Up @@ -31,7 +31,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
Expand Down

0 comments on commit d87b094

Please sign in to comment.