Skip to content

Commit dffc37c

Browse files
authored
Enable publish on openvsx
1 parent 15fd78b commit dffc37c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ jobs:
6060
env:
6161
VSCE_PAT: ${{ secrets.VSCE_PAT }}
6262

63+
- name: Publish to Open VSX Registry
64+
run: |
65+
npx ovsx publish --packagePath ${{ steps.package_vsix.outputs.vsix_path }}
66+
env:
67+
OVSX_PAT: ${{ secrets.OPEN_VSX_PAT }}
68+
6369
- name: Update Action Summary
6470
run: |
6571
echo "Successfully released the \`gitpod-vscode-desktop\` extension (\`gitpod.gitpod-desktop\`) with the version: \`v${{ steps.package_vsix.outputs.version }}\`" >> summary.md

0 commit comments

Comments
 (0)