Automatically push out uploaded builds

This commit is contained in:
Theodore Dubois 2017-12-02 16:08:43 -08:00
parent 20151f5729
commit 43e6ad7fb5

View File

@ -12,6 +12,6 @@ platform :ios do
increment_build_number(build_number: latest_testflight_build_number + 1)
add_git_tag
build_app(scheme: "iSH")
upload_to_testflight(changelog: changelog)
upload_to_testflight(changelog: changelog, distribute_external: true, groups: ["People"])
end
end