Skip to content

Commit 9c9930c

Browse files
committed
Try to fix the dotnet nuget push command
1 parent a636c82 commit 9c9930c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
- name: Push to Nuget.org nuget feed
3030
run: |
3131
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
32+
dotnet nuget push *.nupkg -k ${{ secrets.NUGET_PUSH_TOKEN }} -s https://api.nuget.org/v3/index.json -n true

0 commit comments

Comments
 (0)