We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 411f850 commit 946edf1Copy full SHA for 946edf1
.github/workflows/release.yml
@@ -50,12 +50,12 @@ jobs:
50
with:
51
pat: ${{ secrets.OPEN_VSX_TOKEN }}
52
53
- - name: Publish to Visual Studio Marketplace
54
- uses: HaaLeo/publish-vscode-extension@v1
55
- with:
56
- pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
57
- registryUrl: https://marketplace.visualstudio.com
58
- extensionFile: ${{ steps.publishOpenVSX.outputs.vsixPath }}
+ #- name: Publish to Visual Studio Marketplace
+ # uses: HaaLeo/publish-vscode-extension@v1
+ # with:
+ # pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
+ # registryUrl: https://marketplace.visualstudio.com
+ # extensionFile: ${{ steps.publishOpenVSX.outputs.vsixPath }}
59
60
- name: Create Release
61
id: create_release
0 commit comments