Skip to content

Commit

Permalink
update fastlane pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: David Luhmer <[email protected]>
  • Loading branch information
David-Development committed Jan 19, 2023
1 parent e0982db commit 3af2e58
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ platform :android do
)
end

desc "Deploy a new version to the Google Play"
lane :deploy do
gradle(task: "clean assembleRelease")
upload_to_play_store
end
#desc "Deploy a new version to the Google Play"
#lane :deploy do
# gradle(task: "clean assembleRelease")
# upload_to_play_store
#end
end

0 comments on commit 3af2e58

Please sign in to comment.