dillon1000/react
Commit
Browse files [CI] Publish to release channels sequentially (#20827)
npm will sometimes fail if you try to concurrently publish two different versions of the same package, even if they use different dist tags. So instead of publishing to the Next and Experimental channels simultaneously, we'll do them one after the other. If we did want to speed up these publish workflows, we could paralellize by package instead of by release channel.
Changed paths1 file
First-parent comparison.circleci/config.yml ModifiedPatch
Files changed
Rendering syntax-highlighted changes…