Problem
The manually dispatched Release toolcraft packages workflow failed while publishing toolcraft-design:
toolcraft-design currently returns npm E404, so it has never had the one-time initial publish/trusted-publisher setup described in docs/development/NPM_PUBLISHING.md.
Required fix
- Perform the one-time initial public publish for
toolcraft-design.
- Configure npm trusted publishing for repository
poe-platform/poe-code and workflow release-toolcraft.yml.
- Rerun
release-toolcraft.yml.
- Confirm all four packages publish at one lockstep version.
Do not bypass the workflow with an ad hoc release of the remaining packages; the current state is already partial because toolcraft-schema@0.0.32 exists.
Problem
The manually dispatched
Release toolcraft packagesworkflow failed while publishingtoolcraft-design:d4ca4047b9938dc9aaa49fd3acddeaffcb5d1c030.0.32toolcraft-schema@0.0.32published successfullytoolcraft-design@0.0.32failed withENEEDAUTHtoolcraft,toolcraft-openapiwere skippedtoolcraft-designcurrently returns npmE404, so it has never had the one-time initial publish/trusted-publisher setup described indocs/development/NPM_PUBLISHING.md.Required fix
toolcraft-design.poe-platform/poe-codeand workflowrelease-toolcraft.yml.release-toolcraft.yml.Do not bypass the workflow with an ad hoc release of the remaining packages; the current state is already partial because
toolcraft-schema@0.0.32exists.