Skip to content

Commit af2d1b0

Browse files
committed
CI - drop publication to Open VSX
1 parent 98480ed commit af2d1b0

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,3 @@ jobs:
168168
run: |
169169
[ -n "${{ secrets.VSCE_TOKEN }}" ] && \
170170
npx vsce publish --packagePath ${{ steps.set-version.outputs.name }}.vsix -p ${{ secrets.VSCE_TOKEN }} || true
171-
- name: Publish to Open VSX Registry
172-
timeout-minutes: 5
173-
run: |
174-
[ -n "${{ secrets.OVSX_TOKEN }}" ] && \
175-
npx ovsx publish ${{ steps.set-version.outputs.name }}.vsix --pat ${{ secrets.OVSX_TOKEN }} || true

0 commit comments

Comments
 (0)