Skip to content

Commit 2a3a59a

Browse files
authored
Specify official NuGet source
1 parent def6c3f commit 2a3a59a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rothko-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
run: dotnet pack Rothko-core.sln -c Release -o out
3232

3333
- 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'
34+
run: dotnet nuget push out/*.nupkg -s https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols true -k ${{ secrets.NUGET_API_KEY }}
35+
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)