Skip to content

Commit

Permalink
Enable publish on openvsx
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanp413 authored Oct 10, 2023
1 parent 15fd78b commit dffc37c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,12 @@ jobs:
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}

- name: Publish to Open VSX Registry
run: |
npx ovsx publish --packagePath ${{ steps.package_vsix.outputs.vsix_path }}
env:
OVSX_PAT: ${{ secrets.OPEN_VSX_PAT }}

- name: Update Action Summary
run: |
echo "Successfully released the \`gitpod-vscode-desktop\` extension (\`gitpod.gitpod-desktop\`) with the version: \`v${{ steps.package_vsix.outputs.version }}\`" >> summary.md
Expand Down

0 comments on commit dffc37c

Please sign in to comment.