Skip to content

Commit 66c3d95

Browse files
authored
Temporarily disable publishing to Open VSX Registry
1 parent 8a6886c commit 66c3d95

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
- run: npm ci
1818
- run: npm run esbuild-base -- --minify
1919
- run: npm run buildemmy
20-
- name: Publish to Open VSX Registry
21-
uses: HaaLeo/publish-vscode-extension@v1
22-
with:
23-
pat: ${{ secrets.OPEN_VSX_TOKEN }}
20+
# - name: Publish to Open VSX Registry
21+
# uses: HaaLeo/publish-vscode-extension@v1
22+
# with:
23+
# pat: ${{ secrets.OPEN_VSX_TOKEN }}
2424
- name: Publish to Visual Studio Marketplace
2525
uses: HaaLeo/publish-vscode-extension@v1
2626
with:
2727
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
28-
registryUrl: https://marketplace.visualstudio.com
28+
registryUrl: https://marketplace.visualstudio.com

0 commit comments

Comments
 (0)