File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ install:
27
27
- npm run vscode:prepublish
28
28
29
29
before_deploy :
30
+ - npm install -g ovsx
30
31
- npm install -g vsce
31
32
- vsce package
32
33
@@ -49,15 +50,14 @@ deploy:
49
50
branch : master
50
51
tags : true
51
52
condition : $TRAVIS_OS_NAME = linux
52
- # - provider: releases # Deploy the *.vsix pcakge to GitHub releases.
53
- # file_glob: true
54
- # file: "*.vsix"
55
- # skip_cleanup: true
56
- # on: # Due to a limitation with releases, we can only deploy them on tags.
57
- # repo: haskell/vscode-haskell
58
- # branch: master
59
- # tags: true
60
- # condition: $TRAVIS_OS_NAME = linux
53
+ - provider : script # Deploy to VS Code Market Place (only on tags!).
54
+ script : ovsx publish -p $OPEN_VSX_ACCESS_TOKEN
55
+ skip_cleanup : true
56
+ on : # Publish on all builds on master branch.
57
+ repo : haskell/vscode-haskell
58
+ branch : master
59
+ tags : true
60
+ condition : $TRAVIS_OS_NAME = linux
61
61
62
62
notifications :
63
63
email : false
You can’t perform that action at this time.
0 commit comments