File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 11name : Release (Beta Version)
22
33on :
4- push :
4+ pull_request :
55 paths :
66 - ' app/**'
77 branches :
8- - beta
8+ - master
99
1010jobs :
1111 deploy :
2525 key : ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
2626 restore-keys : |
2727 ${{ runner.os }}-gems-
28+
2829 - name : Cache Gradle
2930 uses : actions/cache@v1
3031 with :
4445 run : |
4546 bundle config path vendor/bundle
4647 bundle install --jobs 4 --retry 3
48+
4749 - name : Configure Keystore
4850 run : |
4951 echo "$ANDROID_KEYSTORE_FILE" > keystore.jks.b64
5355 echo "storePassword=$KEYSTORE_STORE_PASSWORD" >> keystore.properties
5456 echo "keyPassword=$KEYSTORE_KEY_PASSWORD" >> keystore.properties
5557 env :
56- ANDROID_KEYSTORE_FILE : ${{ secrets.ANDROID_KEYSTORE_FILE }}
57- KEYSTORE_KEY_ALIAS : ${{ secrets.KEYSTORE_KEY_ALIAS }}
58+ BUILD_KEY_STORE : ${{ secrets.BUILD_KEY_STORE }}
59+ ANDROID_KEY_STORE_ALIAS : ${{ secrets.ANDROID_KEY_STORE_ALIAS }}
5860 KEYSTORE_KEY_PASSWORD : ${{ secrets.KEYSTORE_KEY_PASSWORD }}
5961 KEYSTORE_STORE_PASSWORD : ${{ secrets.KEYSTORE_STORE_PASSWORD }}
6062
6668 PLAY_CONFIG_JSON : ${{ secrets.PLAY_CONFIG_JSON }}
6769
6870 - name : Distribute app to Beta track 🚀
69- run : bundle exec fastlane beta
71+ run : bundle exec fastlane beta
You can’t perform that action at this time.
0 commit comments