Skip to content

Commit

Permalink
Add missing VS Code version to git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
code-asher committed Sep 12, 2019
1 parent 398bc2f commit 7353be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ before_install:
script:
- travis_wait 30 scripts/ci.bash
before_deploy:
- echo "$VERSION" "$TRAVIS_COMMIT"
- echo "$VERSION-vsc$VSCODE_VERSION" "$TRAVIS_COMMIT"
- git config --local user.name "$USER_NAME"
- git config --local user.email "$USER_EMAIL"
- git tag "$VERSION" "$TRAVIS_COMMIT"
- git tag "$VERSION-vsc$VSCODE_VERSION" "$TRAVIS_COMMIT"
deploy:
provider: releases
file_glob: true
Expand Down

0 comments on commit 7353be4

Please sign in to comment.