diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 1c4fb4dc..6674d296 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -256,10 +256,10 @@ jobs: cd extension npm ci - - name: Publish (Open VSX Registry) - run: | - cd extension - npx ovsx publish -p ${{ secrets.VSX_REGISTRY_TOKEN }} --packagePath ./build/*.vsix + # - name: Publish (Open VSX Registry) + # run: | + # cd extension + # npx ovsx publish -p ${{ secrets.VSX_REGISTRY_TOKEN }} --packagePath ./build/*.vsix - name: Publish run: | |