We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a2ced0 commit 734436bCopy full SHA for 734436b
.github/workflows/publish-nuget.yml
@@ -34,4 +34,4 @@ jobs:
34
run: dotnet pack ./Testimize/Testimize.csproj --configuration Release --no-build --output ./nupkg
35
36
- name: Publish to NuGet.org
37
- run: dotnet nuget push ./nupkg/*.nupkg --api-key ${{ secrets.NUGETKEY }} --source https://api.nuget.org/v3/index.json
+ run: dotnet nuget push ./nupkg/*.nupkg --api-key ${{ secrets.NUGETKEY }} --source "https://api.nuget.org/v3/index.json"
0 commit comments