Skip to content

Commit

Permalink
Add NuGet source
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldbarendse committed Dec 16, 2021
1 parent 79fe5a8 commit 5abc2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
run: umbpack push ${{ steps.get_package.outputs.PACKAGE }} -k ${{ secrets.OURUMBRACO_API_KEY }} -a *

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

0 comments on commit 5abc2b2

Please sign in to comment.