There was an error while loading. Please reload this page.
1 parent 160c429 commit 61582b4Copy full SHA for 61582b4
1 file changed
.github/workflows/publish.yaml
@@ -13,6 +13,10 @@ jobs:
13
with:
14
node-version: 20
15
- 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 }}
20
- name: Publish to Visual Studio Marketplace
21
uses: HaaLeo/publish-vscode-extension@v1
22
0 commit comments