diff --git a/.travis.yml b/.travis.yml index caab035bf9..ede9bff7d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,7 @@ before_deploy: deploy: provider: releases - api_key: - secure: ${GH_TOKEN} + api_key: ${GH_TOKEN} file: - target/VariantQC-${TRAVIS_TAG}.jar skip_cleanup: true