We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47dfe29 commit 2a3544fCopy full SHA for 2a3544f
fastlane/Fastfile
@@ -533,7 +533,7 @@ platform :ios do
533
repository: GITHUB_REPO,
534
milestone: version
535
)
536
- rescue
+ rescue StandardError => e
537
error_message = <<-MESSAGE
538
Error removing branch protection or finalization of milestone `#{version}`: #{e.message}
539
- If this is a retry of the lane, the milestone might have already been closed and this error is expected.
0 commit comments