Skip to content

Commit 6a0f9dc

Browse files
committed
publish to ovsx
1 parent a7e7dde commit 6a0f9dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
cache: yarn
5050
- name: Install dependencies
5151
run: yarn install --frozen-lockfile
52-
- name: Package extension
53-
run: npx vsce package --yarn
5452
- name: Publish to VSCode Marketplace
5553
run: npx vsce publish --yarn -p ${{ secrets.VSCE_PAT }}
54+
- name: Publish to Open VSX Registry
55+
run: npx ovsx publish --yarn -p ${{ secrets.OVSX_PAT }}

0 commit comments

Comments
 (0)