Skip to content

Commit 3ada278

Browse files
committed
Remove unused use-hermes-nightly input from prebuild-ios-core
The Hermes version is now derived from version.properties directly, so the use-hermes-nightly input and all caller references are no longer needed.
1 parent c757370 commit 3ada278

3 files changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
prebuild_react_native_core:
3030
uses: ./.github/workflows/prebuild-ios-core.yml
3131
with:
32-
use-hermes-nightly: true
3332
version-type: nightly
3433
secrets: inherit
3534
needs: [prebuild_apple_dependencies]

.github/workflows/prebuild-ios-core.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ on:
88
type: string
99
required: false
1010
default: ''
11-
use-hermes-nightly:
12-
description: 'Whether to use the hermes nightly build or read the version from the versions.properties file'
13-
type: boolean
14-
required: false
15-
default: false
1611

1712
jobs:
1813
build-rn-slice:

.github/workflows/test-all.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ jobs:
9696

9797
prebuild_react_native_core:
9898
uses: ./.github/workflows/prebuild-ios-core.yml
99-
with:
100-
use-hermes-nightly: ${{ !endsWith(github.ref_name, '-stable') }}
10199
secrets: inherit
102100
needs: [prebuild_apple_dependencies]
103101

0 commit comments

Comments
 (0)