Skip to content

Commit

Permalink
fix: Use GitVersion 5.x
Browse files Browse the repository at this point in the history
6.x was generating incorrect version numbers for the hotfixes.

(cherry picked from commit 980def2)
  • Loading branch information
mycroes committed Mar 12, 2024
1 parent 64a4e84 commit a2d34b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v1
with:
versionSpec: '6.x'
versionSpec: '5.x'
includePrerelease: true
preferLatestVersion: true

Expand Down

0 comments on commit a2d34b9

Please sign in to comment.