Skip to content

Commit

Permalink
Use remove_branch_protection in place of deprecated version
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Dec 12, 2023
1 parent d6ec2c9 commit 44ace2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/lanes/release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@

# Wrap up
version = release_version_current
removebranchprotection(repository: GITHUB_REPO, branch: release_branch_name)
remove_branch_protection(repository: GITHUB_REPO, branch: release_branch_name)
setfrozentag(repository: GITHUB_REPO, milestone: version, freeze: false)
create_new_milestone(repository: GITHUB_REPO)
close_milestone(repository: GITHUB_REPO, milestone: version)
Expand Down

0 comments on commit 44ace2f

Please sign in to comment.