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-4
Original file line number
Diff line number
Diff line change
@@ -30,10 +30,11 @@ jobs:
30
30
- name: Install .NET Core from global.json
31
31
uses: actions/setup-dotnet@v3
32
32
- name: Install GitVersion
33
-
uses: gittools/actions/gitversion/setup@v0
33
+
uses: gittools/actions/gitversion/setup@v0.9.15
34
34
with:
35
-
versionSpec: '6.x'
36
-
includePrerelease: true
35
+
# v5.10.0 of GitVersion has a fix for incorrect versions when building tags. See https://github.com/GitTools/GitVersion/issues/2838
36
+
# 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