Skip to content

Commit 5be4b8f

Browse files
committed
publish to Open VSX Registry
1 parent f3b6f33 commit 5be4b8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-marketplace.yml

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
with:
1414
node-version: latest
1515
- run: npm ci
16+
- name: Publish to Open VSX Registry
17+
uses: HaaLeo/publish-vscode-extension@v1
18+
with:
19+
pat: ${{ secrets.OPEN_VSX_TOKEN }}
1620
- name: Publish to Visual Studio Marketplace
1721
uses: HaaLeo/publish-vscode-extension@v1
1822
with:

0 commit comments

Comments
 (0)