Skip to content

Commit ae64bff

Browse files
committed
comment out Open VSX Registry publishing step
1 parent ab02556 commit ae64bff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ jobs:
9696
env:
9797
VSCE_PAT: ${{ secrets.VS_MARKETPLACE_TOKEN }}
9898

99-
- name: Publish to Open VSX Registry
100-
run: pnpm run publish:open-vsx -p ${{ secrets.OPEN_VSX_TOKEN }}
99+
# - name: Publish to Open VSX Registry
100+
# run: pnpm run publish:open-vsx -p ${{ secrets.OPEN_VSX_TOKEN }}
101101

102102
- name: Github Release
103103
run: npx changelogithub

0 commit comments

Comments
 (0)