Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Saadnajmi committed Oct 25, 2024
1 parent 4e82533 commit d0a665c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/releases-ci/publish-npm.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,12 @@ async function publishNpm(buildType /*: BuildType */) /*: Promise<void> */ {
// We first publish on Maven Central all the Android artifacts.
// Those were built by the `build-android` CI job.
publishAndroidArtifactsToMaven(version, buildType);
macOS] */
// And we then publish on Maven Central the external artifacts
// produced by iOS
// NPM publishing is done just after.
publishExternalArtifactsToMaven(version, buildType);
macOS] */

const packagePath = path.join(REPO_ROOT, 'packages', 'react-native');
const result = publishPackage(packagePath, {
Expand Down

0 comments on commit d0a665c

Please sign in to comment.