Verify if a package is published when npm says "OK" #17322
Labels
package:dev
squad:devops
Issue to be handled by the Devops team.
type:task
This issue reports a chore (non-production change) and other types of "todos".
Milestone
Provide a description of the task
The latest nightly build results in weird cases.
The packages listed below haven't been published despite a job log containing nothing about them. In other words,
npm
said OK when we callednpm publish
even if packages were unavailable.Also, the same log contains many (18x)
E409
errors handled correctly this time.Example:
@ckeditor/ckeditor5-editor-multi-root
It looks like we cannot trust any response npm sends.
Let's verify an upload status manually, as we do when an error occurs. This line should be removed:
https://github.com/ckeditor/ckeditor5-dev/blob/6e47a6d46ca1511ac2eb56bf05c7692412971711/packages/ckeditor5-dev-release-tools/lib/utils/publishpackageonnpmcallback.js#L25
Related issues
npm publish
succeeded but latest version is not in the registry npm/npm#20851 (comment)The text was updated successfully, but these errors were encountered: