We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a6886c commit 66c3d95Copy full SHA for 66c3d95
1 file changed
.github/workflows/publish.yml
@@ -17,12 +17,12 @@ jobs:
17
- run: npm ci
18
- run: npm run esbuild-base -- --minify
19
- run: npm run buildemmy
20
- - name: Publish to Open VSX Registry
21
- uses: HaaLeo/publish-vscode-extension@v1
22
- with:
23
- pat: ${{ secrets.OPEN_VSX_TOKEN }}
+ # - name: Publish to Open VSX Registry
+ # uses: HaaLeo/publish-vscode-extension@v1
+ # with:
+ # pat: ${{ secrets.OPEN_VSX_TOKEN }}
24
- name: Publish to Visual Studio Marketplace
25
uses: HaaLeo/publish-vscode-extension@v1
26
with:
27
pat: ${{ secrets.VS_MARKETPLACE_TOKEN }}
28
- registryUrl: https://marketplace.visualstudio.com
+ registryUrl: https://marketplace.visualstudio.com
0 commit comments