Skip to content

Commit 4e33923

Browse files
committed
still don't know how to publish to OVSX
1 parent b14ef75 commit 4e33923

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,3 @@ 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 }} --target ${{ matrix.platform }} -p ${{ secrets.OVSX_TOKEN }}

0 commit comments

Comments
 (0)