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 3684134 commit 2d11e64Copy full SHA for 2d11e64
fastlane/platforms/ios.rb
@@ -22,8 +22,6 @@
22
desc 'Submit a new Beta Build to Testflight'
23
lane :beta do
24
match(type: 'appstore', readonly: true)
25
- increment_build_number(build_number: latest_testflight_build_number + 1,
26
- xcodeproj: ENV['GYM_PROJECT'])
27
28
build
29
0 commit comments