mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 23:12:56 +08:00
Always update version number in beta lane
This commit is contained in:
parent
2dacd754a3
commit
c0440ca4fe
@ -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'
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user