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
Uploading artifacts concurrently leads to the creation of multiple staging repositories, which complicates the release process. We could acquire a global lock so that the uploads are performed sequentially even when --parallel option is on.
The text was updated successfully, but these errors were encountered:
Uploading artifacts concurrently leads to the creation of multiple staging repositories, which complicates the release process. We could acquire a global lock so that the uploads are performed sequentially even when
--parallel
option is on.The text was updated successfully, but these errors were encountered: