We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 498d197 commit 40a2351Copy full SHA for 40a2351
1 file changed
.github/workflows/build-and-publish.yml
@@ -142,7 +142,7 @@ jobs:
142
- name: Publish to NuGet.org
143
shell: pwsh
144
run: |
145
- dotnet nuget push "${{ github.workspace }}/nupkg/*.nupkg" --api-key ${{ steps.nuget-login.outputs.nuget-api-key }} --source https://api.nuget.org/v3/index.json
+ dotnet nuget push "${{ github.workspace }}/nupkg/*.nupkg" --api-key ${{ steps.login.outputs.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json
146
147
- name: Clean up certificate
148
if: always()
0 commit comments