Skip to content

Commit 3f33c9d

Browse files
committed
Added missing source parameter for dotnet publish.
1 parent fba23cf commit 3f33c9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ jobs:
7373
env:
7474
NODE_AUTH_TOKEN: ${{ secrets.NPM_API_KEY }}
7575
- name: Publish
76-
run: dotnet nuget push *.nupkg --api-key ${{ secrets.NUGET_API_KEY }}
76+
run: dotnet nuget push *.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)