Skip to content

Commit

Permalink
Fix Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tearth committed Jul 20, 2020
1 parent 9320e64 commit e6cc259
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 @@ -28,7 +28,7 @@ deploy:
- provider: script
skip_cleanup: true
file_glob: true
script: dotnet nuget push "Oddity/bin/Release/Oddity.*.nupkg" -k $NUGET_KEY -s $NUGET_SOURCE --no-symbols
script: dotnet nuget push "Oddity/bin/Release/Oddity.*.nupkg" -k $NUGET_KEY -s $NUGET_SOURCE --no-symbols true
on:
tags: true
branch: master
Expand Down

0 comments on commit e6cc259

Please sign in to comment.