Method: Fastlane::Actions::GetGithubReleaseAction.is_supported?
- Defined in:
- fastlane/lib/fastlane/actions/get_github_release.rb
.is_supported?(platform) ⇒ Boolean
154 155 156 |
# File 'fastlane/lib/fastlane/actions/get_github_release.rb', line 154 def self.is_supported?(platform) true end |