Skip to content

Commit 8914abe

Browse files
committed
commented vsce publish for testing
1 parent 174cc88 commit 8914abe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/vscode-ext-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
npm install -g ovsx
2424
yarn install
2525
working-directory: vscode-extension
26-
- name: publish-vs
27-
run: |
28-
vsce publish -p ${{ secrets.VS_MARKETPLACE_TOKEN }} --yarn --skip-duplicate
29-
working-directory: vscode-extension
26+
# - name: publish-vs
27+
# run: |
28+
# vsce publish -p ${{ secrets.VS_MARKETPLACE_TOKEN }} --yarn --skip-duplicate
29+
# working-directory: vscode-extension
3030
- name: publish-ovsx
3131
run: |
3232
sed -i 's/"publisher": "jetpack-io"/"publisher": "Jetify"/g' package.json

0 commit comments

Comments
 (0)