manuelkch / fastlane-plugin-code_push

CodePush Integration into Fastlane for react-native Apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Releasing gives error, regarding login failure

chitrangsinghvi opened this issue · comments

hii @mortik ,
Great Work!!!
I was trying to release using helper functions, but I was getting login failure error.
I went ahead, and tried to figure out the problem, and it turns out, changing Action.sh("code-push login --accessKey #{access_key}", false) to Action.sh("code-push login --accessKey #{access_key}") in code_push_login_helper.rb resolves my problem.

@chitrangsinghvi hmm strange, the second parameter "false" should just set if logging is enabled or not. Could you provide me with your fastlane version for further researches?

@manuelkch I am using 2.51.0

@chitrangsinghvi should be fixed with #5 update the plugin to 0.3.0 to get the change

@manuelkch Thats great!! I will check once I get time.