Skip to content

Commit

Permalink
Re-add sonatypeOpen to travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmccombs committed Oct 23, 2019
1 parent aba530a commit da84bb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ after_success: |
if [ -z "$TRAVIS_TAG" ]; then
sbt publishSigned
else
sbt publishSigned sonatypeReleaseAll
sbt "sonatypeOpen \"opentracing-playframework $TRAVIS_TAG\"" publishSigned sonatypeReleaseAll
fi
fi
cache:
Expand All @@ -19,6 +19,7 @@ deploy:
on:
tags: true
provider: releases
overwrite: true
skip_cleanup: true
git:
depth: 1
Expand Down

0 comments on commit da84bb3

Please sign in to comment.