Skip to content

Commit 61582b4

Browse files
committed
chore: add Open VSX Registry publishing step to workflow
1 parent 160c429 commit 61582b4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
with:
1414
node-version: 20
1515
- run: npm ci
16+
- name: Publish to Open VSX Registry
17+
uses: HaaLeo/publish-vscode-extension@v2
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)