Skip to content

Commit

Permalink
comment out Open VSX Registry publishing step
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisam committed Oct 21, 2024
1 parent ab02556 commit ae64bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
env:
VSCE_PAT: ${{ secrets.VS_MARKETPLACE_TOKEN }}

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

- name: Github Release
run: npx changelogithub
Expand Down

0 comments on commit ae64bff

Please sign in to comment.