Skip to content

Commit 2b078fa

Browse files
committed
Publish to open-vsx.org on tag
1 parent 1b7f2cd commit 2b078fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ 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: vsce publish -p $VS_CODE
45+
script: |
46+
vsce publish -p $VS_CODE
47+
npx ovsx publish -p $OPEN_VSX_ACCESS_TOKEN
4648
skip_cleanup: true
4749
on: # Publish on all builds on master branch.
4850
repo: haskell/vscode-haskell

0 commit comments

Comments
 (0)