dillon1000/react

Commit

[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.
Browse files
Changed paths1 file
First-parent comparison
M .circleci/config.yml Modified
Patch

Files changed

Rendering syntax-highlighted changes…