sigh/lib/sigh/runner.rb in fastlane-2.155.2 vs sigh/lib/sigh/runner.rb in fastlane-2.155.3

- old
+ new

@@ -170,10 +170,11 @@ profile = Spaceship::ConnectAPI::Profile.create( name: name, profile_type: profile_type, bundle_id_id: bundle_id.id, certificate_ids: certificates_to_use.map(&:id), - device_ids: devices_to_use.map(&:id) + device_ids: devices_to_use.map(&:id), + template_name: Sigh.config[:template_name] ) profile end