From 7ebed330bd17b6963217380e47f8f1c6d2d842a0 Mon Sep 17 00:00:00 2001 From: Scott Blomquist Date: Thu, 21 Dec 2023 01:29:21 -0800 Subject: [PATCH] Fix git version environment problem --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index c2c5a56..8503969 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -38,7 +38,7 @@ jobs: --configuration Release \ --no-build \ --no-restore \ - -p:PackageVersion="${{ steps.gitversion.outputs.fullSemVer }}" \ + -p:PackageVersion="${{ env.GitVersion_FullSemVer }}" \ RegExtract/RegExtract.csproj \ --output ${{ github.workspace }}/nugets/ - uses: actions/upload-artifact@v2