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.