New release process: Fix installArchives

Reviewed By: mkonicek

Differential Revision:D2917191
Ninja: Only related to open source React Native, does not affect any fb apps

fb-gh-sync-id: c4fc80ebdd520942e75161a4a30ea4d18030bec4
shipit-source-id: c4fc80ebdd520942e75161a4a30ea4d18030bec4
This commit is contained in:
Martin Konicek 2016-02-09 10:29:33 -08:00 committed by facebook-github-bot-7
parent 157b5274b7
commit 1d561fd604

View File

@ -119,6 +119,8 @@ afterEvaluate { project ->
repositories.mavenDeployer {
// Deploy to react-native/android, ready to publish to npm
repository url: "file://${projectDir}/../android"
configureReactNativePom pom
}
}
}