We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398bc2f commit 7353be4Copy full SHA for 7353be4
.travis.yml
@@ -22,10 +22,10 @@ before_install:
22
script:
23
- travis_wait 30 scripts/ci.bash
24
before_deploy:
25
-- echo "$VERSION" "$TRAVIS_COMMIT"
+- echo "$VERSION-vsc$VSCODE_VERSION" "$TRAVIS_COMMIT"
26
- git config --local user.name "$USER_NAME"
27
- git config --local user.email "$USER_EMAIL"
28
-- git tag "$VERSION" "$TRAVIS_COMMIT"
+- git tag "$VERSION-vsc$VSCODE_VERSION" "$TRAVIS_COMMIT"
29
deploy:
30
provider: releases
31
file_glob: true
0 commit comments