Skip to content

Commit c2f3eaf

Browse files
committed
temporarily remove publish to marketplace
1 parent a087321 commit c2f3eaf

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/publish.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)