diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index be30be9..e10b49b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,4 +94,9 @@ jobs: env: VSCE_PAT: ${{ secrets.VSCE_PAT }} run: | - vsce publish \ No newline at end of file + vsce publish + + - name: Install ovsx + run: | + npm install -g @vscode/ovsx + npm run ovsx publish *.vsix -p ${{ secrets.OPENVSX_TOKEN }} \ No newline at end of file