Skip to content

Commit ecd9859

Browse files
committed
uncommented vsce publish
1 parent 3a8da2c commit ecd9859

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)