File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -126,10 +126,6 @@ jobs:
126126 yarn install --frozen-lockfile
127127 yarn global add eas-cli@latest
128128
129- - name : 📋 Create Credentials File
130- run : |
131- echo $CREDENTIALS_JSON_BASE64 | base64 -d > credentials.json
132-
133129 - name : 📋 Create Android Keystore
134130 run : |
135131 echo $UNIT_ANDROID_KS | base64 -d > keystore.jks
Original file line number Diff line number Diff line change 5252 },
5353 "internal" : {
5454 "distribution" : " internal" ,
55- "credentialsSource" : " local" ,
5655 "yarn" : " 1.22.22" ,
5756 "ios" : {
5857 "image" : " latest"
7069 "development" : {
7170 "developmentClient" : true ,
7271 "distribution" : " internal" ,
73- "credentialsSource" : " local" ,
7472 "yarn" : " 1.22.22" ,
7573 "ios" : {
7674 "image" : " latest"
You can’t perform that action at this time.
0 commit comments