Skip to content

Conversation

@cte
Copy link
Collaborator

@cte cte commented May 22, 2025

Description

Need to install pnpm


Important

Add pnpm installation step to marketplace-publish.yml to ensure proper extension publishing.

  • Environment Variables:
    • Add PNPM_VERSION to specify pnpm version 10.8.1 in marketplace-publish.yml.
  • Workflow Steps:
    • Add step to install pnpm using pnpm/action-setup@v4 in marketplace-publish.yml.
    • Reorder steps to install pnpm before setting up Node.js and installing dependencies.

This description was created by Ellipsis for 1e67fc9. You can customize this summary. It will automatically update as commits are pushed.

@cte cte requested a review from mrubens as a code owner May 22, 2025 19:43
@cte cte merged commit 57a6ab1 into main May 22, 2025
13 checks passed
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap May 22, 2025
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap May 22, 2025
@cte cte deleted the cte/fix-publish branch May 22, 2025 19:43
contains(github.event.pull_request.title, 'Changeset version bump') ) ||
github.event_name == 'workflow_dispatch'
steps:
- name: Checkout code
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Merge the 'Checkout code' name with the checkout action. Currently they are two separate steps, which may cause the repo not to be checked out as intended.

SmartManoj pushed a commit to SmartManoj/Raa-Code that referenced this pull request Jun 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants