Skip to content

Commit ba58e5e

Browse files
authored
remove auto-publishing of OpenVSX
1 parent 946edf1 commit ba58e5e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,14 @@ jobs:
4444
uses: myrotvorets/info-from-package-json-action@1.1.0
4545
id: ver
4646

47-
- name: Publish to Open VSX Registry
48-
uses: HaaLeo/publish-vscode-extension@v1
49-
id: publishOpenVSX
50-
with:
51-
pat: ${{ secrets.OPEN_VSX_TOKEN }}
47+
# Note: This works but you can't unpublish something so if the next thing fails, you're just stuck.
48+
#- name: Publish to Open VSX Registry
49+
# uses: HaaLeo/publish-vscode-extension@v1
50+
# id: publishOpenVSX
51+
# with:
52+
# pat: ${{ secrets.OPEN_VSX_TOKEN }}
5253

54+
# Note: Probably should publish VS Marketplace first since, OpenVSX is proved working.
5355
#- name: Publish to Visual Studio Marketplace
5456
# uses: HaaLeo/publish-vscode-extension@v1
5557
# with:

0 commit comments

Comments
 (0)