Skip to content

Commit

Permalink
feat: use TRAVIS_TAG for publish package
Browse files Browse the repository at this point in the history
  • Loading branch information
euskadi31 committed Oct 12, 2018
1 parent df16f1b commit db43bda
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 @@ -12,7 +12,7 @@ before_deploy:

deploy:
- provider: script
script: vsce publish -p $VS_TOKEN --baseContentUrl https://raw.githubusercontent.com/euskadi31/vscode-json-pretty-printer/master/
script: vsce publish -p $VS_TOKEN --baseContentUrl https://raw.githubusercontent.com/euskadi31/vscode-json-pretty-printer/master/ $TRAVIS_TAG
skip_cleanup: true
on:
repo: euskadi31/vscode-json-pretty-printer
Expand Down

0 comments on commit db43bda

Please sign in to comment.