1 parent a7e7dde commit 6a0f9dcCopy full SHA for 6a0f9dc
1 file changed
.github/workflows/publish.yaml
@@ -49,7 +49,7 @@ jobs:
49
cache: yarn
50
- name: Install dependencies
51
run: yarn install --frozen-lockfile
52
- - name: Package extension
53
- run: npx vsce package --yarn
54
- name: Publish to VSCode Marketplace
55
run: npx vsce publish --yarn -p ${{ secrets.VSCE_PAT }}
+ - name: Publish to Open VSX Registry
+ run: npx ovsx publish --yarn -p ${{ secrets.OVSX_PAT }}
0 commit comments