From 75f0d765d1de712aa015485b39e97ba494d7ab43 Mon Sep 17 00:00:00 2001 From: "Shkar T. Noori" Date: Mon, 6 Mar 2023 13:27:41 +0300 Subject: [PATCH] Fixed typo --- .github/workflows/deploy-nuget.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-nuget.yaml b/.github/workflows/deploy-nuget.yaml index a1d511b..2365a71 100644 --- a/.github/workflows/deploy-nuget.yaml +++ b/.github/workflows/deploy-nuget.yaml @@ -34,7 +34,7 @@ jobs: run: dotnet restore - name: Create Pack - run: dotnet pack --no-restore --property:PackageOutputPath= ${{ runner.temp }}/packages --property:PackageVersion=${{ github.ref_name }} + run: dotnet pack --no-restore --property:PackageOutputPath=${{ runner.temp }}/packages --property:PackageVersion=${{ github.ref_name }} - name: Publish to Nuget run: |-