Skip to content

Commit

Permalink
Need source (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious authored Jan 16, 2020
1 parent ea8ef8f commit 62433fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ after_success:
deploy:
skip_cleanup: true
provider: script
script: dotnet nuget push ./src/Sendgrid/bin/Release/SendGrid.*.nupkg --api-key $NUGET_API_KEY
script: dotnet nuget push ./src/Sendgrid/bin/Release/SendGrid.*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
on:
branch: master
tags: true

0 comments on commit 62433fa

Please sign in to comment.