Skip to content

Conversation

@Ansonhkg
Copy link
Collaborator

@Ansonhkg Ansonhkg commented Oct 9, 2025

WHAT

.github/workflows/release.yml:87-97 now runs pnpm run build in its own step and limits the Changesets action to pnpm changeset publish --access public.

Copilot AI review requested due to automatic review settings October 9, 2025 02:37
@Ansonhkg Ansonhkg merged commit 0392a6b into naga Oct 9, 2025
3 checks passed
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

Updates the GitHub Actions release workflow to build packages in a separate step before publishing, rather than building inline with the publish command.

  • Adds a dedicated "Build packages" step that runs pnpm run build
  • Simplifies the Changesets action publish command to only handle publishing
  • Removes the inline build command from the publish step

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants