diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-09-07 12:53:17 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-09-07 12:53:17 -0700 |
commit | a5c3344fc9286958cf884c7f14b8fe72ebef76ef (patch) | |
tree | b001d2cbbb4db877ee5853a1154e7f6990b3da05 /.github/workflows | |
parent | da00146a2adc877bbaca0fb92ae071c759941359 (diff) | |
download | sncontinue-a5c3344fc9286958cf884c7f14b8fe72ebef76ef.tar.gz sncontinue-a5c3344fc9286958cf884c7f14b8fe72ebef76ef.tar.bz2 sncontinue-a5c3344fc9286958cf884c7f14b8fe72ebef76ef.zip |
fix ci failure
Diffstat (limited to '.github/workflows')
-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: | |