We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4923ff commit 04d1ae8Copy full SHA for 04d1ae8
‎SNUTT/fastlane/Fastfile‎
@@ -383,7 +383,7 @@ platform :ios do
383
api_key: api_key,
384
app_identifier: app_config.bundle_id,
385
app_version: marketing_version,
386
- build_number: build_number,
+ build_number: build_number.to_s,
387
skip_screenshots: true,
388
skip_metadata: true,
389
precheck_include_in_app_purchases: false,
@@ -402,7 +402,7 @@ platform :ios do
402
403
404
405
406
skip_waiting_for_build_processing: true
407
)
408
end
0 commit comments