Skip to content

Commit b014705

Browse files
ci: add ovsx publish
1 parent aedc349 commit b014705

File tree

3 files changed

+117
-33
lines changed

3 files changed

+117
-33
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,8 @@ jobs:
3838

3939
- name: Publish to VSCode Marketplace
4040
run: bunx @vscode/vsce publish -p ${{ secrets.VSCE_PAT }}
41-
41+
continue-on-error: true
42+
43+
- name: Publish to Open VSX
44+
run: bunx ovsx publish -p ${{ secrets.OPEN_VSX_PAT }}
45+
continue-on-error: true

0 commit comments

Comments
 (0)