Always update version number in beta lane

This commit is contained in:
Dean Herbert 2019-03-01 17:20:28 +09:00
parent 2dacd754a3
commit c0440ca4fe
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ platform :ios do
desc 'Deploy to testflight' desc 'Deploy to testflight'
lane :beta do |options| lane :beta do |options|
update_version(options)
provision( provision(
type: 'appstore' type: 'appstore'
) )