We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 279fe2e commit 5f5a50bCopy full SHA for 5f5a50b
1 file changed
.travis.yml
@@ -24,8 +24,8 @@ before_deploy:
24
- export FOLDER_TO_ARCHIVE=combell-api-${TRAVIS_TAG}
25
- yarn run release
26
- mv "dist" "${FOLDER_TO_ARCHIVE}"
27
- - tar -czvf ${FILE_TO_UPLOAD} ${FOLDER_TO_ARCHIVE}
28
- - export FILE_TO_UPLOAD=combell-api-dist-$(ls *.tar.gz)
+ - tar -czvf combell-api-dist-${TRAVIS_TAG} ${FOLDER_TO_ARCHIVE}
+ - export FILE_TO_UPLOAD=$(ls *.tar.gz)
29
- ls -al .
30
deploy:
31
provider: releases
0 commit comments