mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fix marketplace publish (#24)
This commit is contained in:
parent
cafc2852ca
commit
178fd3ac34
1 changed files with 1 additions and 1 deletions
2
.github/workflows/marketplace-publish.yml
vendored
2
.github/workflows/marketplace-publish.yml
vendored
|
|
@ -28,5 +28,5 @@ jobs:
|
|||
run: |
|
||||
current_package_version=$(node -p "require('./package.json').version")
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue