Skip to content

Commit 539813e

Browse files
Add ovsx dev dependency for Open VSX Registry publishing
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent da667de commit 539813e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Publish extension package to Marketplace
5151
env:
5252
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
53-
run: npm run ovsx -- publish -p $VSCE_TOKEN
53+
run: npm run vsce -- publish -p $VSCE_TOKEN
5454

5555
- name: Publish extension package to Open VSX Registry
5656
env:

0 commit comments

Comments
 (0)