Skip to content

Commit

Permalink
Merge pull request #99 from Murmele/vscodium
Browse files Browse the repository at this point in the history
publish also to openvsx marketplace
  • Loading branch information
noppej authored Jul 3, 2024
2 parents 342084b + ed5a357 commit 00d291f
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 00d291f

Please sign in to comment.