We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41cdf2f commit 0ec7cdcCopy full SHA for 0ec7cdc
1 file changed
.github/workflows/release.yml
@@ -31,6 +31,8 @@ jobs:
31
registry-url: "https://registry.npmjs.org/"
32
- name: Install vsce
33
run: npm install -g @vscode/vsce
34
+ - name: Install ovsx
35
+ run: npm install -g ovsx
36
- name: Install dependencies
37
run: npm ci
38
@@ -76,3 +78,7 @@ jobs:
76
78
run: vsce publish
77
79
env:
80
VSCE_PAT: ${{ secrets.VSCODE_MARKETPLACE }}
81
+ - name: OpenVSX
82
+ run: ovsx publish
83
+ env:
84
+ OVSX_PAT: ${{ secrets.OPEN_VSX }}
0 commit comments