From b4d9a86b3fe3bcbb1ba5d5e692ed7b92863e4c2e Mon Sep 17 00:00:00 2001 From: Alex Hunt Date: Fri, 15 Mar 2024 11:20:13 -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: 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 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 94fed2af278951..439698d301e9aa 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: