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.
2 parents d55a507 + 2e102f8 commit f6e4191Copy full SHA for f6e4191
.github/workflows/CD.yml
@@ -137,3 +137,7 @@ jobs:
137
if: env.NEED_RELEASE == 'yes'
138
run: |
139
yarn vsce publish -p ${{ secrets.PUBLISHER_TOKEN }}
140
+ - name: OpenVSX release plugin
141
+ if: env.NEED_RELEASE == 'yes'
142
+ run: |
143
+ yarn ovsx publish -p ${{ secrets.OVSX_PAT }}
package.json
@@ -197,6 +197,7 @@
197
"husky": "8.0.3",
198
"lint-staged": "13.3.0",
199
"mocha": "10.2.0",
200
+ "ovsx": "^0.10.4",
201
"prettier": "3.0.0",
202
"pretty-quick": "3.1.3",
203
"ts-loader": "9.4.4",
0 commit comments