We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 848a8e6 commit d2c6d90Copy full SHA for d2c6d90
.github/workflows/CreateSignNuGet.yml
@@ -108,5 +108,5 @@ jobs:
108
109
- name: Push to NuGet.org
110
run: |
111
- 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
112
shell: bash
0 commit comments