Live deploy not updating app

I have two channels testing and production, anything I pushed to testing is getting deployed to apps with channel name configuration testing but code deployed for production channel is not getting reflected in live deploy for the apps.
I have updated the configuration in both config.xml and package.json
“cordova-plugin-ionic”: {
“CHANNEL_NAME”: “Production”,
“UPDATE_METHOD”: “background”,
“WARN_DEBUG”: “true”,
“UPDATE_API”: “https://api.ionicjs.com”,
“MAX_STORE”: “2”
}