mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[ci] Don't auto push to latest tag (#31284)
By default let's stop pushing to the latest tag now that we have a non-experimental release.
This commit is contained in:
@@ -166,14 +166,7 @@ async function main() {
|
||||
try {
|
||||
await spawnHelper(
|
||||
'npm',
|
||||
[
|
||||
'publish',
|
||||
...opts,
|
||||
'--registry=https://registry.npmjs.org',
|
||||
// For now, since the compiler is experimental only, to simplify installation we push
|
||||
// to the `latest` tag
|
||||
'--tag=latest',
|
||||
],
|
||||
['publish', ...opts, '--registry=https://registry.npmjs.org'],
|
||||
{
|
||||
cwd: pkgDir,
|
||||
stdio: 'inherit',
|
||||
|
||||
Reference in New Issue
Block a user