From 9f136441b388ed6f9af324c1358c72eab5e1e0c4 Mon Sep 17 00:00:00 2001 From: aboedo Date: Wed, 5 May 2021 16:24:27 -0300 Subject: [PATCH] added missing field in create_pull_request call (#504) --- fastlane/Fastfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index a6f1ea54c5..8e7e62453c 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -138,7 +138,8 @@ platform :ios do repo: "revenuecat/purchases-ios", title: "Prepare next version: #{next_version_snapshot}", base: "develop", - api_token: ENV["GITHUB_TOKEN"] + api_token: ENV["GITHUB_TOKEN"], + head: branch_name ) end