Skip to content

Commit

Permalink
Use deploy branch from flag for version bump PR (#9840)
Browse files Browse the repository at this point in the history
  • Loading branch information
amk-stripe authored Jan 2, 2025
1 parent 83a0766 commit ca2fb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy/common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def create_pr(
)
response = github_login.create_pull_request(
"stripe/stripe-android",
"master",
@deploy_branch,
pr_branch,
pr_title,
pr_description,
Expand Down

0 comments on commit ca2fb50

Please sign in to comment.