From dfd4aed49712e3fc18bb467ccfc088b5d57c5ebd Mon Sep 17 00:00:00 2001 From: Tanimul Haque Khan Date: Mon, 23 Aug 2021 15:01:06 +0600 Subject: [PATCH] Update NugetPublishing.yml --- .github/workflows/NugetPublishing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/NugetPublishing.yml b/.github/workflows/NugetPublishing.yml index 968187b..4f718e9 100644 --- a/.github/workflows/NugetPublishing.yml +++ b/.github/workflows/NugetPublishing.yml @@ -20,7 +20,7 @@ jobs: id: get_version uses: battila7/get-version-action@v2 - name: Build - run: dotnet build --configuration Release --no-restore + run: dotnet build --configuration Release /p:Version=${{ steps.get_version.outputs.version-without-v }} - name: Publish DTD.Sort.Net uses: brandedoutcast/publish-nuget@v2.5.2 with: