We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da667de commit 539813eCopy full SHA for 539813e
.github/workflows/publish-extension.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Publish extension package to Marketplace
51
env:
52
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
53
- run: npm run ovsx -- publish -p $VSCE_TOKEN
+ run: npm run vsce -- publish -p $VSCE_TOKEN
54
55
- name: Publish extension package to Open VSX Registry
56
0 commit comments