Add missing bundle install step to deployment

This commit is contained in:
Brandon Presley 2022-11-07 15:59:40 +13:00
parent 3c17a12f6e
commit 442f1a1d67
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ sed -i "s/\"version\": \"[0-9]*.[0-9]*\"/\"version\": \"$major.$minor\"/" ../pac
set +x
source ~/.cache/yay/rvm/rvm.sh
rvm use ruby-2.7.5
bundle install
set -x
fastlane supply --aab app/build/outputs/bundle/release/app-release.aab