Release tools: prevent "You cannot publish over the previously published versions" crashing the process #17120
Labels
package:dev
resolution:resolved
This issue was already resolved (e.g. by another ticket).
squad:platform
Issue to be handled by the Platform team.
type:task
This issue reports a chore (non-production change) and other types of "todos".
Provide a description of the task
This issue is a continuation of #16625.
A CI log from today's nightly says:
The tooling is trying to publish a package with an already published version. We previously identified such a problem with the E409 error code. Now, we meet an E403 error code.
We cannot ignore the 403 error as it can also mean our user lost access to publish packages. Hence, we must read the error message and identify if tools try to publish the already published package.
The text was updated successfully, but these errors were encountered: