Skip to content

Commit 4fcd173

Browse files
committed
publish vscode extension to Open VSX as well
1 parent e7841da commit 4fcd173

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release-vscode.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ jobs:
7373
working-directory: renamify-vscode
7474
run: npx vsce publish --no-dependencies --packagePath *.vsix -p ${{ secrets.VSCE_TOKEN }}
7575

76+
- name: Publish to Open VSX
77+
working-directory: renamify-vscode
78+
run: npx ovsx publish *.vsix -p ${{ secrets.OPEN_VSX_TOKEN }}
79+
7680
- name: Generate changelog
7781
id: changelog
7882
run: |

0 commit comments

Comments
 (0)