mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
e180f805e5
commit
d43cdee98c
@@ -17,7 +17,7 @@ parameters:
|
||||
type: boolean
|
||||
|
||||
release_version:
|
||||
default: "9999"
|
||||
default: ""
|
||||
type: string
|
||||
|
||||
run_nightly_workflow:
|
||||
|
||||
Reference in New Issue
Block a user