Skip to content

Commit 7f73d0f

Browse files
Merge pull request #8 from gjsjohnmurray/CI-drop-ovsx
CI - drop publication to Open VSX
2 parents 98480ed + af2d1b0 commit 7f73d0f

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)