Skip to content

Commit 2b3b6d3

Browse files
authored
add OPEN_VSX
1 parent ac35082 commit 2b3b6d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
node-version: 16
1717
- run: npm install --package-lock-only
1818
- 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 }}
1923
- name: Publish to Visual Studio Marketplace
2024
uses: HaaLeo/publish-vscode-extension@v1
2125
with:

0 commit comments

Comments
 (0)