From 09fbd596e073bd89f634bccb33c301a90b9ad3ab Mon Sep 17 00:00:00 2001 From: Elad Zelingher Date: Tue, 3 May 2022 12:28:35 -0400 Subject: [PATCH] Update nugetGallery.yml --- .github/workflows/nugetGallery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nugetGallery.yml b/.github/workflows/nugetGallery.yml index 44938dcb..d206b81c 100644 --- a/.github/workflows/nugetGallery.yml +++ b/.github/workflows/nugetGallery.yml @@ -17,7 +17,7 @@ jobs: - name: Build solution and generate NuGet package run: | cd src\netstandard\ - dotnet pack -c Release -o out /p:Version="${{ secrets.PACKAGE_VERSION }}.${{ github.run_number }}" + dotnet pack -c Release -o out /p:Version="${{ secrets.PACKAGE_VERSION }}" - name: Install NuGet client uses: nuget/setup-nuget@v1