fluffychat/scripts/release-playstore.sh

5 lines
67 B
Bash
Executable File

#!/bin/sh -ve
cd android
bundle exec fastlane deploy_release
cd ..