You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/create-draft-release.yml
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,7 @@ on:
6
6
hermesVersion:
7
7
required: false
8
8
type: string
9
-
description: The version of Hermes to use for this release (eg. 0.15.0). If not specified, it will use React Native Version
10
-
hermesV1Version:
11
-
required: false
12
-
type: string
13
-
description: The version of Hermes V1 to use for this release (eg. 250829098.0.2). If not specified, it will use React Native Version
9
+
description: The version of Hermes to use for this release (eg. 250829098.0.2). If not specified, it will read HERMES_VERSION_NAME from version.properties
0 commit comments