We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bd1c54 commit 0478576Copy full SHA for 0478576
.github/workflows/CreateSignNuGet.yml
@@ -107,5 +107,5 @@ jobs:
107
108
- name: Push to NuGet.org
109
run: |
110
- dotnet nuget push "${{ steps.findcreatednuget.outputs.nugetPackageName }}" --api-key ${{ secrets.NUGETAPI }} --source https://api.nuget.org/v3/index.json
+ dotnet nuget push "${{ steps.findcreatednuget.outputs.nugetPackageName }}" --api-key ${{ secrets.NUGETAPIKEY }} --source https://api.nuget.org/v3/index.json
111
shell: bash
0 commit comments