Skip to content

Commit

Permalink
[fastlane] add --force to fastlane release to ensure homebrew PR gets…
Browse files Browse the repository at this point in the history
… created (#18704)
  • Loading branch information
Josh Holtz committed May 18, 2021
1 parent 3e35e72 commit abcb683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ end

lane :release_brew do
version = local_version
sh("cd .. && brew bump-formula-pr fastlane --url=https://github.com/fastlane/fastlane/archive/#{version}.tar.gz")
sh("cd .. && brew bump-formula-pr fastlane --force --url=https://github.com/fastlane/fastlane/archive/#{version}.tar.gz")
end

lane :release_github do
Expand Down

0 comments on commit abcb683

Please sign in to comment.