Skip to content

Commit ed4d041

Browse files
fix: nuget push flag (#971)
1 parent 5be539a commit ed4d041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ after_success:
2727
deploy:
2828
skip_cleanup: true
2929
provider: script
30-
script: nuget push ./src/SendGrid/bin/Release/SendGrid.*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json
30+
script: nuget push ./src/SendGrid/bin/Release/SendGrid.*.nupkg -ApiKey $NUGET_API_KEY -Source https://api.nuget.org/v3/index.json
3131
on:
3232
branch: master
3333
tags: true

0 commit comments

Comments
 (0)