We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4303ee commit 24bd143Copy full SHA for 24bd143
fastlane/Fastfile
@@ -61,7 +61,7 @@ platform :mac do
61
desc "Before doing so don't forget to follow all steps in RELEASING.md"
62
lane :release do
63
ensure_git_status_clean
64
- build_app
+ # build_app
65
66
release_human_version = project_get_human_version
67
release_machine_version = project_get_machine_version
0 commit comments