Skip to content

Commit f6e4191

Browse files
authored
Merge pull request #394 from br3ndonland/openvsx
Auto-publish to OpenVSX
2 parents d55a507 + 2e102f8 commit f6e4191

File tree

3 files changed

+1619
-11
lines changed

3 files changed

+1619
-11
lines changed

.github/workflows/CD.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,7 @@ jobs:
137137
if: env.NEED_RELEASE == 'yes'
138138
run: |
139139
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@
197197
"husky": "8.0.3",
198198
"lint-staged": "13.3.0",
199199
"mocha": "10.2.0",
200+
"ovsx": "^0.10.4",
200201
"prettier": "3.0.0",
201202
"pretty-quick": "3.1.3",
202203
"ts-loader": "9.4.4",

0 commit comments

Comments
 (0)