You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/package.yml
+27-4Lines changed: 27 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -31,10 +31,11 @@ jobs:
31
31
- name: Install .NET Core from global.json
32
32
uses: actions/setup-dotnet@v3
33
33
- name: Install GitVersion
34
-
uses: gittools/actions/gitversion/setup@v0
34
+
uses: gittools/actions/gitversion/setup@v0.9.15
35
35
with:
36
-
versionSpec: '6.x'
37
-
includePrerelease: true
36
+
# v5.10.0 of GitVersion has a fix for incorrect versions when building tags. See https://github.com/GitTools/GitVersion/issues/2838
37
+
# It appears that the fix then had a regression in a later version, so locking in 5.10.0. See https://github.com/GitTools/GitVersion/issues/3351#issuecomment-1403657689
0 commit comments