From a5c3344fc9286958cf884c7f14b8fe72ebef76ef Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Thu, 7 Sep 2023 12:53:17 -0700 Subject: fix ci failure --- .github/workflows/main.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github/workflows') 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: | -- cgit v1.2.3-70-g09d2