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.
dotnet nuget push
1 parent a636c82 commit 9c9930cCopy full SHA for 9c9930c
.github/workflows/dotnetcore.yml
@@ -29,4 +29,4 @@ jobs:
29
- name: Push to Nuget.org nuget feed
30
run: |
31
cd "src/GitExtensions.AzureDevOpsCommitMessage/bin/Release"
32
- dotnet nuget push *.nupkg -n -k ${{ secrets.NUGET_PUSH_TOKEN }} -s https://api.nuget.org/v3/index.json
+ dotnet nuget push *.nupkg -k ${{ secrets.NUGET_PUSH_TOKEN }} -s https://api.nuget.org/v3/index.json -n true
0 commit comments