We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d062bb commit a0de9d9Copy full SHA for a0de9d9
.github/workflows/nuget-deploy.yml
@@ -16,4 +16,4 @@ jobs:
16
working-directory: ./src/Segment.PublicApi
17
run: dotnet nuget push bin/Release/Segment.PublicApi.*.nupkg -k ${NUGET_API_KEY} --source https://api.nuget.org/v3/index.json --skip-duplicate
18
env:
19
- GITHUB_TOKEN: ${{ secrets.NUGET_API_KEY }}
+ NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
0 commit comments