From d43cdee98cb58ba75c26e59d2f7d53d0c74b9731 Mon Sep 17 00:00:00 2001 From: Alex Hunt Date: Fri, 15 Mar 2024 11:48:22 -0700 Subject: [PATCH] Remove dangerous "9999" version string default (#43516) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/43516 As titled. This seems dangerous — removing with the motivation that we'd prefer this script to fail during execution than to succeed in publishing `9999`. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D54956661 fbshipit-source-id: 23f8d49abd300385dde74871b6d2492ef63f058e --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 94fed2af278..439698d301e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ parameters: type: boolean release_version: - default: "9999" + default: "" type: string run_nightly_workflow: