From 3b29142c10f6c6efb86376b48e92a3bcfc9abcf2 Mon Sep 17 00:00:00 2001 From: Mitchel Sellers Date: Sun, 6 Jul 2025 23:48:10 -0500 Subject: [PATCH] Fix for Deploye - Fixes #83 --- .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 51132a1..f7d00c3 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}}