Skip to content

Commit 07b3460

Browse files
author
Warren Buckley
authored
Specify Nuget package source
1 parent b2a82c8 commit 07b3460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Push to GitHub Nuget Repo
8484
working-directory: build.out
85-
run: dotnet nuget push *.nupkg --skip-duplicate --api-key ${{secrets.NUGET_TOKEN}}
85+
run: dotnet nuget push *.nupkg --source https://api.nuget.org/v3/index.json --skip-duplicate --api-key ${{secrets.NUGET_TOKEN}}
8686

8787
- name: Upload Nuget package to release binaries
8888
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)