Skip to content

Publish extension to Open VSX #1255

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
name: Deploy VS Code extension
env:
VSCE_TOKEN: ${{ secrets.VSCE_PERSONAL_ACCESS_TOKEN }}
OVSX_TOKEN: ${{ secrets.OVSX_PERSONAL_ACCESS_TOKEN }}

- run: bash scripts/release-server.sh
name: Deploy server
Expand Down
3 changes: 2 additions & 1 deletion scripts/release-client.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ pnpm verify:bail

cd vscode-client

npx @vscode/vsce@2.26.0 publish --skip-duplicate -p $VSCE_TOKEN
npx @vscode/vsce@2.26.0 publish --skip-duplicate -p $VSCE_TOKEN
npx ovsx publish --skip-duplicate -p $OVSX_TOKEN
tagRelease $tag || echo "Tag update failed, likely already exists"