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 a0c307f commit fe30ecbCopy full SHA for fe30ecb
1 file changed
.github/workflows/build.yaml
@@ -68,7 +68,7 @@ jobs:
68
# run: npx vsce publish --pat ${{ secrets.VSCODE_PUBLISH_PAT }}
69
70
- name: Publish to OpenVSIX
71
- run: npx openvsix publish --token ${{ secrets.OPENVSIX_PUBLISH_TOKEN }}
+ run: npx ovsx publish --token ${{ secrets.OPENVSIX_PUBLISH_TOKEN }}
72
73
- name: Extract version from package.json
74
id: get_version
0 commit comments