File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3636 - name : Package and Publish Extension
3737 env :
3838 VSCE_PAT : ${{ secrets.VSCE_PAT }}
39+ OVSX_PAT : ${{ secrets.OVSX_PAT }}
3940 run : |
4041 current_package_version=$(node -p "require('./package.json').version")
4142 npm run publish:marketplace
4243 echo "Successfully published version $current_package_version to VS Code Marketplace"
44+
Original file line number Diff line number Diff line change 161161 "test:webview" : " cd webview-ui && npm run test" ,
162162 "test:extension" : " vscode-test" ,
163163 "prepare" : " husky" ,
164- "publish:marketplace" : " vsce publish" ,
164+ "publish:marketplace" : " vsce publish && ovsx publish " ,
165165 "publish" : " npm run build && changeset publish && npm install --package-lock-only" ,
166166 "version-packages" : " changeset version && npm install --package-lock-only" ,
167167 "vscode:prepublish" : " npm run package" ,
You can’t perform that action at this time.
0 commit comments