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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,13 +36,13 @@ jobs:
36
36
- name: Install .NET Core from global.json
37
37
uses: actions/setup-dotnet@v4
38
38
- name: Install GitVersion
39
-
uses: gittools/actions/gitversion/setup@v2
39
+
uses: gittools/actions/gitversion/setup@v3
40
40
with:
41
41
# v5.10.0 of GitVersion has a fix for incorrect versions when building tags. See https://github.com/GitTools/GitVersion/issues/2838
42
42
# 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