From d823d8ab4b71ee6d26f217f18bcdf00819b465c8 Mon Sep 17 00:00:00 2001 From: Christopher Winland Date: Mon, 23 Oct 2023 18:32:51 -0400 Subject: [PATCH] Update BuildAndRelease.yml --- .github/workflows/BuildAndRelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/BuildAndRelease.yml b/.github/workflows/BuildAndRelease.yml index 58e0182..42e346d 100644 --- a/.github/workflows/BuildAndRelease.yml +++ b/.github/workflows/BuildAndRelease.yml @@ -42,7 +42,7 @@ jobs: fi - name: Creating a package - run: dotnet pack Wpf.NotificationCenter/Wpf.NotificationCenter.csproj --no-build -c Release -o . /p:PackageVersion=${{ env.VERSION }} + run: dotnet pack Wpf.NotificationCenter/Wpf.NotificationCenter.csproj --no-build -c Release -o . /p:PackageVersion=1.1.3 - name: Push to NuGet id: push