Skip to content

Commit 4d5daf9

Browse files
ci: add openvsx publish step
1 parent 7662130 commit 4d5daf9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Publish to VS Code Marketplace
3030
run: npx @vscode/vsce publish -p ${{ secrets.VSCE_PAT }}
3131

32+
- name: Publish to Open VSX Registry
33+
run: npx ovsx publish -p ${{ secrets.OVSX_PAT }}
34+
3235
- name: Create GitHub Release
3336
uses: softprops/action-gh-release@v1
3437
with:

0 commit comments

Comments
 (0)