mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-10 22:41:14 +00:00
PR feedback
This commit is contained in:
parent
327e764d85
commit
36dd8c9ce4
1 changed files with 4 additions and 4 deletions
8
.github/workflows/marketplace-publish.yml
vendored
8
.github/workflows/marketplace-publish.yml
vendored
|
|
@ -42,10 +42,10 @@ jobs:
|
|||
|
||||
npm run vsix
|
||||
package=$(unzip -l bin/roo-cline-${current_package_version}.vsix)
|
||||
echo $package
|
||||
echo $package | grep -q "dist/extension.js" || exit 1
|
||||
echo $package | grep -q "extension/webview-ui/build/assets/index.js" || exit 1
|
||||
echo $package | grep -q "extension/node_modules/@vscode/codicons/dist/codicon.ttf" || exit 1
|
||||
echo "$package"
|
||||
echo "$package" | grep -q "dist/extension.js" || exit 1
|
||||
echo "$package" | grep -q "extension/webview-ui/build/assets/index.js" || exit 1
|
||||
echo "$package" | grep -q "extension/node_modules/@vscode/codicons/dist/codicon.ttf" || exit 1
|
||||
|
||||
npm run publish:marketplace
|
||||
echo "Successfully published version $current_package_version to VS Code Marketplace"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue