From dffc37c3108f4dd81410ace248f15f6b0c15e26e Mon Sep 17 00:00:00 2001 From: Jean Pierre Date: Tue, 10 Oct 2023 17:08:10 -0500 Subject: [PATCH] Enable publish on openvsx --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7a48229f..4e1a00b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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