Skip to content

Commit 9e2ca6f

Browse files
committed
chore: fix travis source flag
1 parent 7717195 commit 9e2ca6f

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
@@ -13,7 +13,7 @@ deploy:
1313
skip_cleanup: true
1414
provider: script
1515
script: dotnet nuget push /home/travis/build/sendgrid/smtpapi-csharp/*.nupkg --api-key
16-
$NUGET_API_KEY -Source https://api.nuget.org/v3/index.json
16+
$NUGET_API_KEY --source https://api.nuget.org/v3/index.json
1717
on:
1818
branch: main
1919
tags: true

0 commit comments

Comments
 (0)