Skip to content

Commit 26ec166

Browse files
committed
chore: publish to Open VSX
- add npm script to publish to open-vsx - add to the publish workflow to use the token added to github secrets
1 parent 7a65196 commit 26ec166

File tree

3 files changed

+373
-337
lines changed

3 files changed

+373
-337
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,6 @@ jobs:
3535
- run: npm run publish
3636
env:
3737
PUBLISHER_TOKEN: ${{ secrets.VSCE_TOKEN }}
38+
- run: npm run publishovsx
39+
env:
40+
OVSX_PUBLISHER_TOKEN: ${{ secrets.OVSX_TOKEN }}

0 commit comments

Comments
 (0)