Skip to content

Commit 4cb73ef

Browse files
authored
include source paramater on nuget cli
1 parent f3b0673 commit 4cb73ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ jobs:
6161
NUGET_API_KEY: ${{ secrets.NUGET_PUSH_API_KEY }}
6262
if: ${{ matrix.job.push && env.NUGET_API_KEY != '' && startsWith(github.ref, 'refs/tags/') }}
6363
run: |
64-
dotnet nuget push src/**/*.nupkg --api-key ${{ env.NUGET_API_KEY }}
64+
dotnet nuget push src/**/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ env.NUGET_API_KEY }}
6565

0 commit comments

Comments
 (0)