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.
2 parents 45e597e + 5fd9028 commit 2831f5eCopy full SHA for 2831f5e
.github/workflows/publish-nuget.yml
@@ -29,4 +29,4 @@ jobs:
29
dotnet pack --configuration Release --output out --no-build
30
31
- name: Push generated package to GitHub registry
32
- run: dotnet nuget push ./NStack/NStack/out/*.nupkg --skip-duplicate --no-symbols true --source https://api.nuget.org/v3/index.json --api-key {{secrets.GITHUBTOKEN}}
+ run: dotnet nuget push ./NStack/NStack/out/*.nupkg --skip-duplicate --no-symbols true --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
0 commit comments