Skip to content

Commit dd2b92b

Browse files
committed
Update release-nuget.yml
1 parent f49bd93 commit dd2b92b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
- uses: dotnet/nbgv@master
2222
with:
2323
setAllVars: true
24-
- run: echo "NuGetPackageVersion $NBGV_SimpleVersion"
24+
- run: echo "NuGetPackageVersion $NBGV_MajorMinorVersion"
2525

2626
- name: Install dependencies
2727
run: dotnet restore
2828
- name: Build
2929
run: dotnet build --configuration Release --no-restore
3030

3131
- name: Pack the NuGets
32-
run: dotnet pack --configuration Release --no-build --include-symbols -o . -p:PackageVersion=$NBGV_SimpleVersion
32+
run: dotnet pack --configuration Release --no-build --include-symbols -o . -p:PackageVersion=$NBGV_MajorMinorVersion
3333

3434
- name: Publish NuGet
3535
run: |

0 commit comments

Comments
 (0)