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 4724b49 commit d49c8eeCopy full SHA for d49c8ee
.github/workflows/build.yml
@@ -101,4 +101,6 @@ jobs:
101
102
- name: Publish to Open VSX Registry
103
if: startsWith(github.ref, 'refs/tags/')
104
- run: ovsx publish -i ${{ steps.vars.outputs.PKG_NAME }} -p ${{ secrets.OVSX_TOKEN }}
+ run: |
105
+ npm install -g ovsx
106
+ ovsx publish -i ${{ steps.vars.outputs.PKG_NAME }} -p ${{ secrets.OVSX_TOKEN }}
0 commit comments