Skip to content

Commit e809e4b

Browse files
committed
[LOCAL] fix removal of version from Hermes tarball
1 parent 67c373f commit e809e4b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

scripts/release-utils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ function generateiOSArtifacts(
131131
const tarballOutputPath = createHermesPrebuiltArtifactsTarball(
132132
hermesCoreSourceFolder,
133133
buildType,
134-
releaseVersion,
135134
targetFolder,
136135
true, // this is excludeDebugSymbols, we keep it as the default
137136
);

scripts/test-e2e-local.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ if (argv.target === 'RNTester') {
208208
jsiFolder,
209209
hermesCoreSourceFolder,
210210
buildTypeiOSArtifacts,
211-
releaseVersion,
212211
localMavenPath,
213212
);
214213

0 commit comments

Comments
 (0)