fastlane-plugin-get_new_build_number icon indicating copy to clipboard operation
fastlane-plugin-get_new_build_number copied to clipboard

Support for disabling checks on one platform

Open simplenotezy opened this issue 8 months ago • 1 comments

I'd like to support this behaviour:

get_new_build_number(
  bundle_identifier: ENV["APP_BUNDLE_ID"]
)

But that seems to fail with Both package_name and google_play_json_key_path are nil

simplenotezy avatar Jun 04 '24 22:06 simplenotezy