File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -157,10 +157,10 @@ jobs:
157157 - run : npm ci
158158 working-directory : editors/code
159159
160- - name : Publish Extension
161- working-directory : editors/code
162- run : npx @vscode/vsce publish --pat ${{ secrets.MARKETPLACE_TOKEN }} --target ${{ join(matrix.code-target, ' ') }}
160+ # - name: Publish Extension
161+ # working-directory: editors/code
162+ # run: npx @vscode/vsce publish --pat ${{ secrets.MARKETPLACE_TOKEN }} --target ${{ join(matrix.code-target, ' ') }}
163163
164- - name : Publish OpenVSX Extension
165- working-directory : editors/code
166- run : npx ovsx publish --pat ${{ secrets.OVSX_TOKEN }} --target ${{ join(matrix.code-target, ' ') }}
164+ # - name: Publish OpenVSX Extension
165+ # working-directory: editors/code
166+ # run: npx ovsx publish --pat ${{ secrets.OVSX_TOKEN }} --target ${{ join(matrix.code-target, ' ') }}
You can’t perform that action at this time.
0 commit comments