Skip to content

Commit 7353be4

Browse files
committed
Add missing VS Code version to git tag
1 parent 398bc2f commit 7353be4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ before_install:
2222
script:
2323
- travis_wait 30 scripts/ci.bash
2424
before_deploy:
25-
- echo "$VERSION" "$TRAVIS_COMMIT"
25+
- echo "$VERSION-vsc$VSCODE_VERSION" "$TRAVIS_COMMIT"
2626
- git config --local user.name "$USER_NAME"
2727
- git config --local user.email "$USER_EMAIL"
28-
- git tag "$VERSION" "$TRAVIS_COMMIT"
28+
- git tag "$VERSION-vsc$VSCODE_VERSION" "$TRAVIS_COMMIT"
2929
deploy:
3030
provider: releases
3131
file_glob: true

0 commit comments

Comments
 (0)