Skip to content

Commit 49c91f4

Browse files
authored
[github actions] fix publish ovsx (#2320)
## Summary fixes publishing vscode extension to open vsx marketplace ## How was it tested? ran the github action from a branch https://github.com/jetify-com/devbox/actions/runs/11168838111
1 parent de1495b commit 49c91f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vscode-ext-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
working-directory: vscode-extension
3030
- name: publish-ovsx
3131
run: |
32-
sed -i 's/"ms-vscode-remote.remote-ssh"//g' package.json
32+
sed -i 's/"publisher": "jetpack-io"/"publisher": "Jetify"/g' package.json
3333
ovsx publish --pat ${{ secrets.OVSX_MARKETPLACE_TOKEN }} --yarn --skip-duplicate
3434
working-directory: vscode-extension

0 commit comments

Comments
 (0)