From 3ab3569e809d5aec94a68553486c2c571e59e0aa Mon Sep 17 00:00:00 2001 From: Andy Boedo Date: Wed, 5 May 2021 16:19:19 -0300 Subject: [PATCH] added missing field in create_pull_request call --- 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