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

Commit

Permalink
fix: adjust deploy release (#1682)
Browse files Browse the repository at this point in the history
Co-authored-by: Uzias Ferreira <[email protected]>
  • Loading branch information
uziasferreirazup and uziassantosferreira authored Jul 2, 2021
1 parent c41b030 commit cbf22df
Showing 1 changed file with 0 additions and 2 deletions.
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

0 comments on commit cbf22df

Please sign in to comment.