mirror of
https://github.com/lil-org/wallet.git
synced 2024-12-25 21:31:53 +03:00
fix commiting build number bump
This commit is contained in:
parent
85a78408cc
commit
fa6e5e768f
@ -2,8 +2,10 @@ lane :bb do
|
||||
new_build_number = increment_build_number()
|
||||
|
||||
git_add(path: "Wallet.xcodeproj/project.pbxproj")
|
||||
git_add(path: "App macOS/Info.plist")
|
||||
git_add(path: "App iOS/Info.plist")
|
||||
git_commit(
|
||||
path: "Wallet.xcodeproj/project.pbxproj",
|
||||
path: ["Wallet.xcodeproj/project.pbxproj", "App macOS/Info.plist", "App iOS/Info.plist"],
|
||||
message: "bump build number #{new_build_number}"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user