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 0b90ab3 commit 088a3b4Copy full SHA for 088a3b4
.github/workflows/publish-nuget.yml
@@ -33,5 +33,5 @@ jobs:
33
- name: Publish to NuGet
34
env:
35
APIKEY: ${{ secrets.NUGET_APIKEY }}
36
- run: dotnet nuget push .\SpiceSharpBehavioral\bin\Release\SpiceSharpBehavioral.*.nupkg -k $env:APIKEY
+ run: dotnet nuget push .\SpiceSharpBehavioral\bin\Release\SpiceSharpBehavioral.*.nupkg -k $env:APIKEY -s "https://api.nuget.org/v3/index.json"
37
0 commit comments