Skip to content

Commit 93e7b58

Browse files
committed
Skip ovsx publishing for now
Seems to error
1 parent 38a093f commit 93e7b58

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ before_deploy:
4242
# c) Make sure `Display value in build log` is turned OFF!
4343
deploy:
4444
- 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
45+
script: vsce publish -p $VS_CODE
4846
skip_cleanup: true
4947
on: # Publish on all builds on master branch.
5048
repo: haskell/vscode-haskell

0 commit comments

Comments
 (0)