Skip to content

Commit af3c8b9

Browse files
authored
Publish to open vsx (#421)
1 parent d607174 commit af3c8b9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/publish.yaml

+6-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,13 @@ jobs:
1717
- name: Setup NPM
1818
run: |
1919
npm install
20-
npm install -g vsce
20+
npm install -g vsce ovsx
2121
npm run compile
2222
- name: Publish
2323
if: success()
24-
run: vsce publish
24+
run: |
25+
vsce publish
26+
ovsx publish
2527
env:
26-
VSCE_PAT: ${{ secrets.VSCE_PAT }}
28+
VSCE_PAT: ${{ secrets.VSCE_PAT }}
29+
OVSX_PAT: ${{ secrets.OVSX_PAT }}

0 commit comments

Comments
 (0)