Skip to content

Commit

Permalink
[LOCAL] fix removal of version from Hermes tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
kelset committed Nov 22, 2022
1 parent 67c373f commit e809e4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion scripts/release-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ function generateiOSArtifacts(
const tarballOutputPath = createHermesPrebuiltArtifactsTarball(
hermesCoreSourceFolder,
buildType,
releaseVersion,
targetFolder,
true, // this is excludeDebugSymbols, we keep it as the default
);
Expand Down
1 change: 0 additions & 1 deletion scripts/test-e2e-local.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ if (argv.target === 'RNTester') {
jsiFolder,
hermesCoreSourceFolder,
buildTypeiOSArtifacts,
releaseVersion,
localMavenPath,
);

Expand Down

0 comments on commit e809e4b

Please sign in to comment.