File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -34,18 +34,18 @@ jobs:
3434 - run : yarn install
3535 - run : yarn build
3636
37- - name : Upload VSIX
38- uses : actions/upload-artifact@v3
39- with :
40- name : dvc.vsix
41- path : ./extension/dvc.vsix
37+ # - name: Upload VSIX
38+ # uses: actions/upload-artifact@v3
39+ # with:
40+ # name: dvc.vsix
41+ # path: ./extension/dvc.vsix
4242
43- - name : Publish to Visual Studio Marketplace
44- uses : HaaLeo/publish-vscode-extension@v1
45- with :
46- extensionFile : ' ./extension/dvc.vsix'
47- pat : ${{ secrets.VS_MARKETPLACE_TOKEN }}
48- registryUrl : https://marketplace.visualstudio.com
43+ # - name: Publish to Visual Studio Marketplace
44+ # uses: HaaLeo/publish-vscode-extension@v1
45+ # with:
46+ # extensionFile: './extension/dvc.vsix'
47+ # pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
48+ # registryUrl: https://marketplace.visualstudio.com
4949
5050 - name : Publish to Open VSX Registry
5151 uses : HaaLeo/publish-vscode-extension@v1
You can’t perform that action at this time.
0 commit comments