[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:
lauren
2024-10-18 00:20:14 -04:00
committed by GitHub
parent 25cac220d6
commit 1ce58ddd67
+1 -8
View File
@@ -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',