未验证 提交 7353be41 编写于 作者: A Asher

Add missing VS Code version to git tag

上级 398bc2ff
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册