1 parent def6c3f commit 2a3a59aCopy full SHA for 2a3a59a
1 file changed
.github/workflows/rothko-main.yml
@@ -31,5 +31,5 @@ jobs:
31
run: dotnet pack Rothko-core.sln -c Release -o out
32
33
- name: Push generated package to NuGet
34
- run: dotnet nuget push ./out/*.nupkg --skip-duplicate --no-symbols true -k ${{ secrets.NUGET_API_KEY }}
35
- if: github.event_name != 'pull_request'
+ run: dotnet nuget push out/*.nupkg -s https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols true -k ${{ secrets.NUGET_API_KEY }}
+ if: github.event_name != 'pull_request'
0 commit comments