Skip to content

Commit ac4175c

Browse files
committed
debug mode
1 parent a485601 commit ac4175c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
java-version: '8'
7878
- name: Distribute app to Google Play's internal track 🚀
7979
working-directory: ./android/fastlane
80-
run: fastlane deploy --debug
80+
run: fastlane android deploy
8181
- name: Commit
8282
run: |
8383
git config --local user.name "github-actions[bot]"

android/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ platform :android do
3232
gradle_file_path: "app/build.gradle"
3333
)
3434

35-
gradle(tasks: ["clean", "bundleRelease"])
35+
gradle(tasks: ["clean", "bundleRelease"], flags: "--debug")
3636
upload_to_play_store(track: 'internal')
3737
end
3838
end

0 commit comments

Comments
 (0)