Skip to content

Commit

Permalink
Remove unused action
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Oct 30, 2024
1 parent 9b216cc commit fa38bbc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,6 @@ platform :ios do
stamp_changelog(section_identifier: target_version, git_tag: target_version, stamp_datetime_format: "%F")
end

lane :ensure_latest_carthage do
Actions.sh("brew update")
Actions.sh("brew outdated carthage || brew upgrade carthage")
end

lane :bump_constant_version do |options|
target_version = options[:version]
replacing = "public static let SDKVersion = \"#{target_version}\""
Expand Down

0 comments on commit fa38bbc

Please sign in to comment.