diff --git a/.github/workflows/main_deploy.yaml b/.github/workflows/main_deploy.yaml index f8603f30..9ec7debd 100644 --- a/.github/workflows/main_deploy.yaml +++ b/.github/workflows/main_deploy.yaml @@ -76,5 +76,6 @@ jobs: cd android bundle install bundle update fastlane + bundle exec fastlane internal_test_changelog bundle exec fastlane deploy_internal_test cd .. diff --git a/android/fastlane/Fastfile b/android/fastlane/Fastfile index 0e378b2b..65aa0fac 100644 --- a/android/fastlane/Fastfile +++ b/android/fastlane/Fastfile @@ -35,6 +35,10 @@ platform :android do end end + lane :internal_test_changelog do + changelog_from_git_commits(commits_count: 1) + end + lane :deploy_internal_test do versions = google_play_track_version_codes( track: "internal",