mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-10 22:41:14 +00:00
More publish fixes (#3863)
This commit is contained in:
parent
61eaf84eac
commit
f860d78aca
1 changed files with 3 additions and 3 deletions
6
.github/workflows/marketplace-publish.yml
vendored
6
.github/workflows/marketplace-publish.yml
vendored
|
|
@ -65,14 +65,14 @@ jobs:
|
|||
VSCE_PAT: ${{ secrets.VSCE_PAT }}
|
||||
OVSX_PAT: ${{ secrets.OVSX_PAT }}
|
||||
run: |
|
||||
current_package_version=$(node -p "require('./package.json').version")
|
||||
pnpm publish:marketplace
|
||||
current_package_version=$(node -p "require('./src/package.json').version")
|
||||
pnpm --filter roo-cline publish:marketplace
|
||||
echo "Successfully published version $current_package_version to VS Code Marketplace"
|
||||
- name: Create GitHub Release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
current_package_version=$(node -p "require('./package.json').version")
|
||||
current_package_version=$(node -p "require('./src/package.json').version")
|
||||
|
||||
# Extract changelog for current version
|
||||
echo "Extracting changelog for version ${current_package_version}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue