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 ac35082 commit 2b3b6d3Copy full SHA for 2b3b6d3
.github/workflows/deploy.yml
@@ -16,6 +16,10 @@ jobs:
16
node-version: 16
17
- run: npm install --package-lock-only
18
- run: npm ci
19
+ - name: Publish to Open VSX Registry
20
+ uses: HaaLeo/publish-vscode-extension@v1
21
+ with:
22
+ pat: ${{ secrets.OPEN_VSX_TOKEN }}
23
- name: Publish to Visual Studio Marketplace
24
uses: HaaLeo/publish-vscode-extension@v1
25
with:
0 commit comments