Skip to content

Commit

Permalink
added missing field in create_pull_request call (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
aboedo authored May 5, 2021
1 parent 501228a commit 9f13644
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9f13644

Please sign in to comment.