We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fcb9f3 commit d990a6dCopy full SHA for d990a6d
.travis.yml
@@ -36,7 +36,7 @@ deploy:
36
tags: true
37
# Publish release distributions to the Artifactory repository
38
- provider: script
39
- script: node ./travis/publishFolderToArtifactory $ARTIFACTORY_API_KEY ./build/dist /artifactory/web/${TRAVIS_TAG#"v"}
+ script: node ./travis/publishFolderToArtifactory $ARTIFACTORY_API_KEY ./build/dist /artifactory/web/${TRAVIS_TAG:1}
40
skip_cleanup: true
41
on:
42
0 commit comments