Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ jobs:
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

- name: Publish to Open VSX Registry
working-directory: marimo-lsp/extension
run: npx ovsx publish *.vsix --pre-release
env:
OVSX_PAT: ${{ secrets.OPEN_VSX_TOKEN }}

# - name: Create GitHub release
# working-directory: marimo-lsp/extension
# run: |
Expand Down