We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14ef75 commit 4e33923Copy full SHA for 4e33923
.github/workflows/build.yml
@@ -92,8 +92,3 @@ jobs:
92
- name: Publish VSCode market
93
if: startsWith(github.ref, 'refs/tags/')
94
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