Skip to content

Commit c3c7156

Browse files
Comment out publish to OpenVSX
1 parent f6cf4d8 commit c3c7156

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ jobs:
3030
repo_secrets: |
3131
OPEN_VSX_TOKEN=openvsx:token
3232
VS_MARKETPLACE_TOKEN=vscode-marketplace:token
33-
- name: Publish to Open VSX
34-
uses: HaaLeo/publish-vscode-extension@v0
35-
with:
36-
pat: ${{ env.OPEN_VSX_TOKEN }}
37-
registryUrl: https://open-vsx.org
33+
# The registry is broken
34+
# - name: Publish to Open VSX
35+
# uses: HaaLeo/publish-vscode-extension@v0
36+
# with:
37+
# pat: ${{ env.OPEN_VSX_TOKEN }}
38+
# registryUrl: https://open-vsx.org
3839
- name: Publish to Visual Studio Marketplace
3940
id: publishToMarketplace
4041
uses: HaaLeo/publish-vscode-extension@v0

0 commit comments

Comments
 (0)