We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d607174 commit af3c8b9Copy full SHA for af3c8b9
1 file changed
.github/workflows/publish.yaml
@@ -17,10 +17,13 @@ jobs:
17
- name: Setup NPM
18
run: |
19
npm install
20
- npm install -g vsce
+ npm install -g vsce ovsx
21
npm run compile
22
- name: Publish
23
if: success()
24
- run: vsce publish
+ run: |
25
+ vsce publish
26
+ ovsx publish
27
env:
- VSCE_PAT: ${{ secrets.VSCE_PAT }}
28
+ VSCE_PAT: ${{ secrets.VSCE_PAT }}
29
+ OVSX_PAT: ${{ secrets.OVSX_PAT }}
0 commit comments