Skip to content

Commit f5aa9a4

Browse files
authored
Enable publish on openvsx
1 parent 49bb715 commit f5aa9a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release-gitpod-remote.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
env:
4545
VSCE_PAT: ${{ secrets.VSCE_PAT }}
4646

47-
# - name: Publish to Open VSX Registry
48-
# run: |
49-
# npx ovsx publish --packagePath ${{ steps.package_vsix.outputs.vsix_path }}
50-
# env:
51-
# OVSX_PAT: ${{ secrets.OPEN_VSX_PAT }}
47+
- name: Publish to Open VSX Registry
48+
run: |
49+
npx ovsx publish --packagePath ${{ steps.package_vsix.outputs.vsix_path }}
50+
env:
51+
OVSX_PAT: ${{ secrets.OPEN_VSX_PAT }}

0 commit comments

Comments
 (0)