From bdc3f56ec3f7a7da1d74b486be0d235610a47dc0 Mon Sep 17 00:00:00 2001 From: Mitchel Sellers Date: Sun, 15 Jun 2025 22:28:30 -0500 Subject: [PATCH] Updated NuGet Publish --- .github/workflows/release-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 44e45a5..d88f9b0 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -41,4 +41,4 @@ jobs: run: dotnet test "${{ env.solution-path }}" --no-build --configuration Release - name: Publish - run: nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.ICG_NUGET_API_KEY}} + run: dotnet nuget push **\*.nupkg -s 'https://api.nuget.org/v3/index.json' -k ${{secrets.ICG_NUGET_API_KEY}}