File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107
107
mkdir -p "${TMP_SERVICEKEY_DIR}"
108
108
TMP_SERVICEKEY_FILE_PATH="${TMP_SERVICEKEY_DIR}"/service_account.json
109
109
echo $ENCODED_SERVICE_KEY | base64 -di > "${TMP_SERVICEKEY_FILE_PATH}"
110
- echo "SUPPLY_JSON_KEY=$(echo TMP_SERVICEKEY_FILE_PATH)" >> $GITHUB_ENV
110
+ echo "SUPPLY_JSON_KEY=$(echo $ TMP_SERVICEKEY_FILE_PATH)" >> $GITHUB_ENV
111
111
112
112
- name : Checkout
113
113
uses : actions/checkout@v3
@@ -134,7 +134,7 @@ jobs:
134
134
ruby-version : 2.7.6
135
135
bundler-cache : true
136
136
137
- - name : Assemble beta APK
137
+ - name : Assemble beta and upload to Google Play
138
138
if : contains(steps.tagger.outputs.tag, '-beta')
139
139
run : bundle exec fastlane beta
140
140
env :
@@ -143,7 +143,7 @@ jobs:
143
143
KEY_PASSWORD : ${{ secrets.KEY_PASSWORD }}
144
144
BUGSNAG_API_KEY : ${{ secrets.BUGSNAG_API_KEY }}
145
145
146
- - name : Assemble production APK
146
+ - name : Assemble production and upload to Google Play
147
147
if : " !contains(steps.tagger.outputs.tag, '-beta')"
148
148
run : bundle exec fastlane production
149
149
env :
You can’t perform that action at this time.
0 commit comments