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-18 10:41:16 +00:00
committed by Alex Hunt
parent ffb93a81b5
commit 680bfafcc2
+1 -1
View File
@@ -17,7 +17,7 @@ parameters:
type: boolean
release_version:
default: "9999"
default: ""
type: string
run_nightly_workflow: