Skip to content

Commit 5e2fb9a

Browse files
committed
Fix version-4
1 parent 0000c0b commit 5e2fb9a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,12 @@ jobs:
2323
10.0.x
2424
2525
- name: Install GitVersion
26-
uses: gittools/actions/gitversion/setup@v0.9.12
26+
uses: gittools/actions/gitversion/setup@v0.11.0
2727
with:
28-
versionSpec: '5.x'
28+
versionSpec: '5.13.0'
2929

30-
- name: Run GitVersion
31-
id: gitversion
32-
uses: gittools/actions/gitversion/[email protected]
30+
- name: Use GitVersion
31+
uses: gittools/actions/gitversion/[email protected]
3332

3433
- name: Restore dependencies
3534
run: dotnet restore

0 commit comments

Comments
 (0)