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 2c7a1a5 commit c06fd55Copy full SHA for c06fd55
.github/workflows/dotnet.yml
@@ -248,7 +248,7 @@ jobs:
248
path: ${{ runner.temp }}/packages/
249
- run: |
250
dotnet nuget add source ${{ secrets.PRIVATE_NUGET_PACKAGE_FEED_URL }} --name private-feed
251
- dotnet nuget push **/*.nupkg --source private-feed --ApiKey ${{ secrets.PRIVATE_NUGET_PACKAGE_FEED_API_KEY }}
+ dotnet nuget push **/*.nupkg --source private-feed --api-key ${{ secrets.PRIVATE_NUGET_PACKAGE_FEED_API_KEY }}
252
working-directory: ${{ runner.temp }}/packages/
253
254
release-package:
0 commit comments