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 ca09d3a commit 874248aCopy full SHA for 874248a
.github/workflows/publish.yaml
@@ -22,13 +22,6 @@ jobs:
22
node-version: latest
23
- run: yarn install --immutable --immutable-cache --check-cache
24
25
- - name: Publish to Open VSX Registry
26
- uses: HaaLeo/publish-vscode-extension@v2
27
- with:
28
- pat: ${{ secrets.OPEN_VSX_TOKEN }}
29
- yarn: true
30
- packagePath: apps/vscode
31
-
32
- name: Publish to Visual Studio Marketplace
33
uses: HaaLeo/publish-vscode-extension@v2
34
id: publish_extension
0 commit comments