Skip to content

Commit

Permalink
Updates job to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ncordon committed May 13, 2024
1 parent 82e0c3c commit e46c979
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-vscode-extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,10 @@ jobs:
cd packages/vscode-extension
npx vsce package
npx vsce publish
- name: Publish to OpenVSX
env:
VSX_PAT: ${{ secrets.VSX_PAT }}:
run: npx ovsx publish -p $VSX_PAT


0 comments on commit e46c979

Please sign in to comment.