We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f249da0 commit 437ab26Copy full SHA for 437ab26
1 file changed
.github/workflows/build.yml
@@ -106,6 +106,4 @@ jobs:
106
107
- name: Publish NuGet Package
108
if: ${{ matrix.Configuration == 'Release' && github.event_name != 'pull_request' }}
109
- env:
110
- NUGET_KEY: ${{ secrets.NUGET_KEY }}
111
- run: dotnet nuget push .\src\AzurePipelines.TestLogger\build\AzurePipelines.TestLogger.${{ env.SEM_VERSION }}.nupkg --api-key ${NUGET_KEY} --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push .\src\AzurePipelines.TestLogger\build\AzurePipelines.TestLogger.${{ env.SEM_VERSION }}.nupkg --api-key ${{ secrets.NUGET_KEY }} --source https://api.nuget.org/v3/index.json
0 commit comments