I have two workflows I almost always run sequentially. Each one pulls the same React codebase and then builds either an iOS app or an Android app and uploads it to the respective store. I manually trigger this currently. Instead I would like to automated this so that 1) both workflows can be fired off sequentially by running a single workflow and 2) when a new version number tag is pushed to Master branch both apps are built.
What is the best approach to accomplish this?