Remove dangerous "9999" version string default (#43516)

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
This commit is contained in:
Alex Hunt
2024-03-15 11:48:22 -07:00
committed by Facebook GitHub Bot
parent e180f805e5
commit d43cdee98c
+1 -1
View File
@@ -17,7 +17,7 @@ parameters:
type: boolean
release_version:
default: "9999"
default: ""
type: string
run_nightly_workflow: