Closed KevinGong2013 closed 7 years ago
@KevinGong2013 could you provide me with your relevant folder structure for debugging reason ? I`ve something like
@manuelkch sure
./package.json
./android/fastlane/Fastfile
execute bundle exec fastlane android release version:x.y.z
in ./android
folder.
@KevinGong2013 thanks. The problem "is" that the code-push release-react command needs the package.json in the same folder where the execution tooks place. I added an extra parameter to the action comand to be able to configure the execution dir of the command by yourself.
So in your case it should be something like this
code_push_release_react( execution_dir_path: "../", app_name: "YOURAPPNAME", .... )
See documentation https://github.com/manuelkch/fastlane-plugin-code_push#release-react-action
Update the plugin to v 0.2.0
thx.
fastfile
output