We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a5e73c commit 7045c16Copy full SHA for 7045c16
.github/workflows/build-and-publish.yml
@@ -144,7 +144,7 @@ jobs:
144
run: |
145
$packageVersion = "${{ steps.version.outputs.version }}"
146
147
- dotnet nuget push ${{ github.workspace }}/nupkg/Infragistics.QueryBuilder.Executor.$packageVersion.nupkg --api-key ${{ steps.nuget-login.outputs.nuget-api-key }} --source https://api.nuget.org/v3/index.json
+ dotnet nuget push ${{ github.workspace }}/nupkg/Infragistics.QueryBuilder.Executor.$packageVersion.nupkg --api-key ${{ steps.nuget-login.outputs.NUGET_API_KEY }} --source "https://api.nuget.org/v3/index.json"
148
149
150
- name: Clean up certificate
0 commit comments