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 38a093f commit 93e7b58Copy full SHA for 93e7b58
.travis.yml
@@ -42,9 +42,7 @@ 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: |
46
- vsce publish -p $VS_CODE
47
- npx ovsx publish -p $OPEN_VSX_ACCESS_TOKEN
+ script: vsce publish -p $VS_CODE
48
skip_cleanup: true
49
on: # Publish on all builds on master branch.
50
repo: haskell/vscode-haskell
0 commit comments