diff --git a/.github/workflows/android-ci.yml b/.github/workflows/android-ci.yml index d02f88d1..c087c413 100644 --- a/.github/workflows/android-ci.yml +++ b/.github/workflows/android-ci.yml @@ -4,7 +4,6 @@ on: push: branches: - 'release/**' - - 'feature/**' jobs: release_deploy_job: diff --git a/fastlane/Fastfile b/fastlane/Fastfile index ded981f8..e6d5a8c4 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -23,15 +23,15 @@ platform :android do version_code: options[:new_version_code] ) -# git_add( -# path: ["./app/build.gradle.kts"] -# ) -# git_commit( -# path: ["./app/build.gradle.kts"], -# message: "INCREMENT VERSION CODE" -# ) -# -# push_to_git_remote + git_add( + path: ["./app/build.gradle.kts"] + ) + git_commit( + path: ["./app/build.gradle.kts"], + message: "INCREMENT VERSION CODE" + ) + + push_to_git_remote end desc "Runs all the tests" @@ -58,8 +58,6 @@ platform :android do desc "Deploy a new version to the Google Play" lane :deploy do - increment_code - gradle( task: 'bundle', flavor: "live",