Skip to content

Commit 0000c0b

Browse files
committed
Fix version-3
1 parent 07deb27 commit 0000c0b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/publish-nuget.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,15 @@ jobs:
2222
8.0.x
2323
10.0.x
2424
25-
- name: Install and run GitVersion
26-
id: gitversion
27-
uses: gittools/actions/gitversion/[email protected]
25+
- name: Install GitVersion
26+
uses: gittools/actions/gitversion/[email protected]
2827
with:
2928
versionSpec: '5.x'
3029

30+
- name: Run GitVersion
31+
id: gitversion
32+
uses: gittools/actions/gitversion/[email protected]
33+
3134
- name: Restore dependencies
3235
run: dotnet restore
3336

0 commit comments

Comments
 (0)