Skip to content

Commit

Permalink
Update publish-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dei79 authored Aug 28, 2022
1 parent 8178180 commit 3ed6701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
overwrite: true

- name: Publish NuGet
run: dotnet nuget push ./*.nupkg --api-key ${{ secrets.NUGET_TOKEN }} --source "github"
run: dotnet nuget push ./*.nupkg --api-key ${{ secrets.NUGET_TOKEN }} -shttps://api.nuget.org/v3/index.json

0 comments on commit 3ed6701

Please sign in to comment.