Skip to content

Commit 2905e21

Browse files
committed
add verbose info
1 parent e80deca commit 2905e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-delivery-pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ jobs:
308308
./gradlew --console=plain -PreleaseKeystore=${{ steps.decode_keystore.outputs.filePath }} -PreleaseStorePassword=${{ secrets.ANDROID_KEYSTORE_PASSWORD }} -PreleaseKeyAlias=${{ secrets.ANDROID_KEYSTORE_KEY_ALIAS }} -PreleaseKeyPassword=${{ secrets.ANDROID_KEYSTORE_KEY_PASSWORD }} app:bundle
309309
310310
- name: Publish release bundle
311-
run: fastlane android deploy
311+
run: fastlane android deploy --verbose
312312
env:
313313
KEYSTORE_FILE: ${{ steps.decode_keystore.outputs.filePath }}
314314
STORE_PASSWORD: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}

0 commit comments

Comments
 (0)