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 57e69c8 commit b9ebae6Copy full SHA for b9ebae6
.github/workflows/dotnetcore.yml
@@ -22,4 +22,4 @@ jobs:
22
- name: Push to Nuget.org nuget feed
23
run: |
24
cd "src/GitExtensions.AzureDevOpsCommitMessage/bin/Release"
25
- dotnet nuget push *.nupkg -k ${{ secrets.NUGET_PUSH_TOKEN }} -s https://api.nuget.org/v3/index.json
+ dotnet nuget push *.nupkg -n -k ${{ secrets.NUGET_PUSH_TOKEN }} -s https://api.nuget.org/v3/index.json
0 commit comments