We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6a7d31 commit e33f758Copy full SHA for e33f758
.travis.yml
@@ -13,7 +13,7 @@ before_deploy:
13
deploy:
14
provider: releases
15
token: ${GH_TOKEN}
16
- file: ${REPO}-${BUILD_ENV}-${TRAVIS_TAG}-${TRAVIS_BUILD_NUMBER}.tar.gz
+ file: e28-cluster-${TRAVIS_TAG}-${TRAVIS_BUILD_NUMBER}.tar.gz
17
skip_cleanup: true
18
on:
19
tags: true
0 commit comments