From e5bf629e4c00633ea125e039fa097d4babc7e7d4 Mon Sep 17 00:00:00 2001 From: mohsenari Date: Thu, 3 Oct 2024 15:57:29 -0400 Subject: [PATCH 1/3] testing fix for publishing to ovsx --- .github/workflows/vscode-ext-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vscode-ext-release.yaml b/.github/workflows/vscode-ext-release.yaml index 75bd72451c9..9756656aa56 100644 --- a/.github/workflows/vscode-ext-release.yaml +++ b/.github/workflows/vscode-ext-release.yaml @@ -29,6 +29,6 @@ jobs: working-directory: vscode-extension - name: publish-ovsx run: | - sed -i 's/"ms-vscode-remote.remote-ssh"//g' package.json + sed -i 's/"publisher": "jetpack-io"/"publisher": "Jetify"/g' package.json ovsx publish --pat ${{ secrets.OVSX_MARKETPLACE_TOKEN }} --yarn --skip-duplicate working-directory: vscode-extension From 3a8da2c609dd22c5ebe3f9ccd7f1724afa503eeb Mon Sep 17 00:00:00 2001 From: mohsenari Date: Thu, 3 Oct 2024 15:58:33 -0400 Subject: [PATCH 2/3] commented vsce publish for testing --- .github/workflows/vscode-ext-release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/vscode-ext-release.yaml b/.github/workflows/vscode-ext-release.yaml index 9756656aa56..50cc853de31 100644 --- a/.github/workflows/vscode-ext-release.yaml +++ b/.github/workflows/vscode-ext-release.yaml @@ -23,10 +23,10 @@ jobs: npm install -g ovsx yarn install working-directory: vscode-extension - - name: publish-vs - run: | - vsce publish -p ${{ secrets.VS_MARKETPLACE_TOKEN }} --yarn --skip-duplicate - working-directory: vscode-extension + # - name: publish-vs + # run: | + # vsce publish -p ${{ secrets.VS_MARKETPLACE_TOKEN }} --yarn --skip-duplicate + # working-directory: vscode-extension - name: publish-ovsx run: | sed -i 's/"publisher": "jetpack-io"/"publisher": "Jetify"/g' package.json From ecd9859f008437048b724463c38e13c9489abae7 Mon Sep 17 00:00:00 2001 From: mohsenari Date: Thu, 3 Oct 2024 16:16:43 -0400 Subject: [PATCH 3/3] uncommented vsce publish --- .github/workflows/vscode-ext-release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/vscode-ext-release.yaml b/.github/workflows/vscode-ext-release.yaml index 50cc853de31..9756656aa56 100644 --- a/.github/workflows/vscode-ext-release.yaml +++ b/.github/workflows/vscode-ext-release.yaml @@ -23,10 +23,10 @@ jobs: npm install -g ovsx yarn install working-directory: vscode-extension - # - name: publish-vs - # run: | - # vsce publish -p ${{ secrets.VS_MARKETPLACE_TOKEN }} --yarn --skip-duplicate - # working-directory: vscode-extension + - name: publish-vs + run: | + vsce publish -p ${{ secrets.VS_MARKETPLACE_TOKEN }} --yarn --skip-duplicate + working-directory: vscode-extension - name: publish-ovsx run: | sed -i 's/"publisher": "jetpack-io"/"publisher": "Jetify"/g' package.json