We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7f2cd commit 2b078faCopy full SHA for 2b078fa
.travis.yml
@@ -42,7 +42,9 @@ before_deploy:
42
# c) Make sure `Display value in build log` is turned OFF!
43
deploy:
44
- provider: script # Deploy to VS Code Market Place (only on tags!).
45
- script: vsce publish -p $VS_CODE
+ script: |
46
+ vsce publish -p $VS_CODE
47
+ npx ovsx publish -p $OPEN_VSX_ACCESS_TOKEN
48
skip_cleanup: true
49
on: # Publish on all builds on master branch.
50
repo: haskell/vscode-haskell
0 commit comments