Skip to content

Commit 1ef6061

Browse files
Publish on tag only
1 parent 33116ac commit 1ef6061

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ before_install:
2525
- openssl aes-256-cbc -pass pass:$ENCRYPTION_PASSWORD -in credentials.sbt.enc -out local.credentials.sbt -d
2626
- pip install --user codecov
2727
after_success:
28-
- '[[ $TRAVIS_BRANCH == "master" ]] && { sbt ++$TRAVIS_SCALA_VERSION publishSigned; };'
29-
- "[[ $TRAVIS_TAG == v[0-9.]* ]] && { sbt ++$TRAVIS_SCALA_VERSION sonatypeRelease; };"
28+
- "[[ $TRAVIS_TAG == v[0-9.]* ]] && { sbt ++$TRAVIS_SCALA_VERSION publishSigned sonatypeRelease; };"
3029
- codecov
3130
env:
3231
global:

0 commit comments

Comments
 (0)