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}}