You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor npm publish workflow for granular workspaces (#251)
Split the NPM publish step into individual workspace-specific tasks for better error handling and maintainability. Each workspace is now published separately with `continue-on-error` enabled to ensure independent failures do not block the workflow.
Signed-off-by: Alberto Ricart <[email protected]>
0 commit comments