Skip to content

fix: run changesets publish via package script#556

Merged
roncohen merged 1 commit into
mainfrom
fix/changesets-publish-command
Mar 13, 2026
Merged

fix: run changesets publish via package script#556
roncohen merged 1 commit into
mainfrom
fix/changesets-publish-command

Conversation

@roncohen
Copy link
Copy Markdown
Contributor

Summary

  • add a release-packages script that builds and then publishes
  • update changesets/action to call that script instead of passing && in the publish input

Why

The release workflow on main is currently failing inside changesets/action because it tries to execute yarn build && yarn release as argv, and Yarn treats && as an unexpected argument.

@roncohen roncohen enabled auto-merge March 13, 2026 20:27
@roncohen roncohen added this pull request to the merge queue Mar 13, 2026
Merged via the queue into main with commit 21bb469 Mar 13, 2026
8 checks passed
@roncohen roncohen deleted the fix/changesets-publish-command branch March 13, 2026 20:39
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.

1 participant