mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
Fix marketplace publish (#24)
This commit is contained in:
2
.github/workflows/marketplace-publish.yml
vendored
2
.github/workflows/marketplace-publish.yml
vendored
@@ -28,5 +28,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
current_package_version=$(node -p "require('./package.json').version")
|
current_package_version=$(node -p "require('./package.json').version")
|
||||||
npm run vsix
|
npm run vsix
|
||||||
npm run publish:marketplace -- --pat VSCE_PAT
|
npm run publish:marketplace
|
||||||
echo "Successfully published version $current_package_version to VS Code Marketplace"
|
echo "Successfully published version $current_package_version to VS Code Marketplace"
|
||||||
|
|||||||
Reference in New Issue
Block a user