We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425e354 commit 65c27e2Copy full SHA for 65c27e2
.github/workflows/release.yml
@@ -129,3 +129,8 @@ jobs:
129
env:
130
VSCE_PAT: ${{ secrets.VSCE_PAT }}
131
run: pnpm --filter ./packages/vscode exec vsce publish --target ${{ matrix.vsce-target }}
132
+
133
+ - name: Publish OVSX Extension
134
+ env:
135
+ OVSX_PAT: ${{ secrets.OVSX_PAT }}
136
+ run: pnpm --filter ./packages/vscode exec ovsx publish --target ${{ matrix.vsce-target }}
packages/vscode/package.json
@@ -80,6 +80,7 @@
80
"get-port": "^7.1.0",
81
"glob": "^7.2.3",
82
"mocha": "^11.7.4",
83
+ "ovsx": "^0.10.6",
84
"typescript": "^5.9.3",
85
"ws": "^8.18.3"
86
}
0 commit comments