When npm run clean-publish fails because it tries to publish an existing version (#2455), the scripts/utils/create-release-pr script still displays a 'Publish successful' message, instead of an error message.
This can likely be easily investigated by running the portion of the script publishing to npm independently, particularly the npm run clean-publish command to investigate why the command doesn't trigger the catch portion of the script.