Skip to content

Commit 8e47b3d

Browse files
committed
try publish to open-vsx
1 parent 609e146 commit 8e47b3d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,8 @@ jobs:
9292
- name: Publish VSCode market
9393
if: startsWith(github.ref, 'refs/tags/')
9494
run: vsce publish -i ${{ steps.vars.outputs.PKG_NAME }} -p ${{ secrets.VSCE_TOKEN }}
95+
96+
- name: Publish Open VSX market
97+
run: |
98+
npm install -g ovsx
99+
ovsx publish ${{ steps.vars.outputs.PKG_NAME }} -p ${{ secrets.OVSX_TOKEN }}

0 commit comments

Comments
 (0)