Skip to content
This repository has been archived by the owner on Apr 23, 2022. It is now read-only.

Commit

Permalink
Fix production deployment to marketplace condition
Browse files Browse the repository at this point in the history
  • Loading branch information
dilin-MS2 committed Dec 30, 2019
1 parent ec26830 commit b467811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ deploy:
tags: true
all_branches: true
# if it's a PROD tag (something like 1.0.0), then publish extension to market.
condition: "$IS_PROD = true"
condition: "$TRAVIS_TAG =~ $ISPRODTAG"
# deploy test version to vscode extension market
- provider: script
script: yes | vsce unpublish -p $VSCE_TEST_TOKEN $RC_EXTENSION_ID && vsce publish -p $VSCE_TEST_TOKEN --packagePath *.vsix
Expand Down

0 comments on commit b467811

Please sign in to comment.