Skip to content

Commit

Permalink
fix: nuget push flag (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious authored Jan 17, 2020
1 parent 5be539a commit ed4d041
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 @@ -27,7 +27,7 @@ after_success:
deploy:
skip_cleanup: true
provider: script
script: nuget push ./src/SendGrid/bin/Release/SendGrid.*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
script: nuget push ./src/SendGrid/bin/Release/SendGrid.*.nupkg -ApiKey $NUGET_API_KEY -Source https://api.nuget.org/v3/index.json
on:
branch: master
tags: true

0 comments on commit ed4d041

Please sign in to comment.