Skip to content

Commit

Permalink
Update nuget-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccallum authored Oct 14, 2022
1 parent c1112ff commit 57a5b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
run: dotnet pack --configuration Release

- name: Push to nuget with dotnet
run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_DEPLOY_KEY }} --source https://api.nuget.org/v3/index.json --no-symbols true --skip-duplicate
run: dotnet nuget push **/*.nupkg --api-key ${{ secrets.NUGET_DEPLOY_KEY }} --source https://api.nuget.org/v3/index.json --no-symbols --skip-duplicate

1 comment on commit 57a5b91

@benmccallum
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes issue due to NuGet/Home#11601

Please sign in to comment.