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 4f90bea commit 5ea7569Copy full SHA for 5ea7569
.github/workflows/release.yml
@@ -51,4 +51,4 @@ jobs:
51
nuget-packages/*.nupkg
52
nuget-packages/*.snupkg
53
- name: Push with dotnet
54
- run: dotnet nuget push nuget-packages/*.nupkg --api-key ${{ secrets.nuget_api_key }} --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push "nuget-packages/*.nupkg" --api-key ${{ secrets.nuget_api_key }} --source https://api.nuget.org/v3/index.json
0 commit comments