Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

fix: adjust deploy release #1682

Merged
merged 1 commit into from
Jul 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ platform :android do
lane :deploy_to_production do
sh "bash ./release/maven_signing.sh"
deploy_to_stage
gradle(project_dir: "android", task: "closeAndReleaseRepository")
end
end

Expand Down Expand Up @@ -225,7 +224,6 @@ platform :backend do
lane :deploy_to_production do
sh "bash ./release/maven_signing.sh"
deploy_to_stage
gradle(project_dir: "backend", task: "closeAndReleaseRepository")
end
end

Expand Down