Skip to content

Commit

Permalink
publish also to openvsx marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
Murmele committed Jun 23, 2024
1 parent 342084b commit ed5a357
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
with:
node-version: '18'
- run: npm install --frozen-lockfile
- run: npm install -g vsce
- run: npm install -g vsce ovsx
- run: npm run pretest
- name: Finally, publish to the marketplace.
run: npm run publish
env:
VSCE_PAT: ${{ secrets.VS_MARKETPLACE_TOKEN }}
- name: Finally, publish to the OpenVSX marketplace.
run: ovsx publish --pat ${{ secrets.OPEN_VSX_MARKETPLACE_TOKEN }}

0 comments on commit ed5a357

Please sign in to comment.