Skip to content

Commit 1245412

Browse files
committed
ci: add release for Open VSX
1 parent 1b7647d commit 1245412

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ jobs:
3434
run: pnpm package
3535

3636
- name: Publish Extension
37-
run: npx vsxpub --no-dependencies --exclude ovsx
37+
run: npx vsxpub --no-dependencies
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
VSCE_PAT: ${{secrets.VSCE_PAT}}
41+
OVSX_PAT: ${{secrets.OVSX_PAT}}

0 commit comments

Comments
 (0)