Skip to content

Commit ac06bd8

Browse files
committed
fix pipeline
1 parent 91927cd commit ac06bd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publishNuGet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
- name: Get version with GitVersion
3232
id: gitversion
3333
run: |
34-
VERSION=$(dotnet-gitversion /showvariable NuGetVersion)
34+
VERSION=$(dotnet-gitversion /showvariable FullSemVer)
3535
echo "VERSION=$VERSION" >> $GITHUB_ENV
36-
36+
3737
- name: Display version
3838
run: echo "Version is ${{ env.VERSION }}"
3939

0 commit comments

Comments
 (0)