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 609e146 commit 8e47b3dCopy full SHA for 8e47b3d
.github/workflows/build.yml
@@ -92,3 +92,8 @@ 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 }} -p ${{ secrets.OVSX_TOKEN }}
0 commit comments