File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -121,13 +121,13 @@ jobs:
121121 run : npx vsce publish --packagePath "./commit-message-editor-$RELEASE_VERSION.vsix" --pat ${{ secrets.VSCE_TOKEN }}
122122 if : ${{ github.event.inputs.publishMarketplace == 'yes' && github.event.inputs.releaseChannel == 'stable' }}
123123
124- - name : Publish to Open VSX Registry (Edge)
125- uses : HaaLeo/publish-vscode-extension@v1
126- if : ${{ github.event.inputs.publishOpenVSX == 'yes' && github.event.inputs.releaseChannel == 'edge' }}
127- with :
128- preRelease : true
129- pat : ${{ secrets.OPEN_VSX_TOKEN }}
130- extensionFile : ./commit-message-editor-${{ env.RELEASE_VERSION }}.vsix
124+ # - name: Publish to Open VSX Registry (Edge)
125+ # uses: HaaLeo/publish-vscode-extension@v1
126+ # if: ${{ github.event.inputs.publishOpenVSX == 'yes' && github.event.inputs.releaseChannel == 'edge' }}
127+ # with:
128+ # preRelease: true
129+ # pat: ${{ secrets.OPEN_VSX_TOKEN }}
130+ # extensionFile: ./commit-message-editor-${{ env.RELEASE_VERSION }}.vsix
131131
132132 - name : Publish to Open VSX Registry (Stable)
133133 uses : HaaLeo/publish-vscode-extension@v1
You can’t perform that action at this time.
0 commit comments