File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments