Skip to content

Commit 0ec7cdc

Browse files
committed
make the release action publish on ovsx
1 parent 41cdf2f commit 0ec7cdc

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
registry-url: "https://registry.npmjs.org/"
3232
- name: Install vsce
3333
run: npm install -g @vscode/vsce
34+
- name: Install ovsx
35+
run: npm install -g ovsx
3436
- name: Install dependencies
3537
run: npm ci
3638

@@ -76,3 +78,7 @@ jobs:
7678
run: vsce publish
7779
env:
7880
VSCE_PAT: ${{ secrets.VSCODE_MARKETPLACE }}
81+
- name: OpenVSX
82+
run: ovsx publish
83+
env:
84+
OVSX_PAT: ${{ secrets.OPEN_VSX }}

0 commit comments

Comments
 (0)