We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 03baad4 + 3ddf84f commit 3777746Copy full SHA for 3777746
.github/workflows/pre-release.yml
@@ -54,4 +54,4 @@ jobs:
54
nuget-packages/*.nupkg
55
nuget-packages/*.snupkg
56
- name: Push with dotnet
57
- 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