From 27292c227ac61027e84a12dd2c42ffeb305369a9 Mon Sep 17 00:00:00 2001 From: Andrew Benz Date: Fri, 12 Jul 2024 12:30:13 -0500 Subject: [PATCH] Fix an error when publishing to Nuget --- .github/workflows/ci-cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index b8816038..3bb49dbd 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -108,7 +108,7 @@ jobs: - name: publish on version change id: publish_nuget - uses: brandedoutcast/publish-nuget@v2.5.5 + uses: alirezanet/publish-nuget@v3.1.0 with: # Filepath of the project to be packaged, relative to root of repository