We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f584e59 commit 0fa2938Copy full SHA for 0fa2938
.github/workflows/build.yml
@@ -68,4 +68,4 @@ jobs:
68
with:
69
name: nupkg
70
- name: Push to nuget.org
71
- run: dotnet nuget push ./nupkg/**/*.* --skip-duplicate --source https://api.nuget.org/v3/index.json --api-key $NugetApiKey
+ run: dotnet nuget push ./nupkg/**/*.* --skip-duplicate --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NugetApiKey }}
0 commit comments