Skip to content

Commit 5abc2b2

Browse files
Add NuGet source
1 parent 79fe5a8 commit 5abc2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
run: umbpack push ${{ steps.get_package.outputs.PACKAGE }} -k ${{ secrets.OURUMBRACO_API_KEY }} -a *
3636

3737
- name: Push to NuGet
38-
run: dotnet nuget push *.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate
38+
run: dotnet nuget push *.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }} --skip-duplicate

0 commit comments

Comments
 (0)