Skip to content

Commit 444078f

Browse files
author
Joshua Miller
committed
deploy fix 2
1 parent 4b88374 commit 444078f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ script:
1414

1515
deploy:
1616
skip_cleanup: true
17-
script:
18-
- dotnet nuget push Jenkins.Net/bin/Release/Jenkins.Net.*.nupkg --api-key $NUGET_APIKEY
17+
provider: script
18+
script: dotnet nuget push Jenkins.Net/bin/Release/Jenkins.Net.*.nupkg --api-key $NUGET_APIKEY
1919
on:
2020
branch: master

0 commit comments

Comments
 (0)