mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
Fixed typo in Fastfile iOS
This commit is contained in:
parent
678ce23c16
commit
3e918ffd18
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ platform :ios do
|
||||||
end
|
end
|
||||||
|
|
||||||
desc "iOS Release"
|
desc "iOS Release"
|
||||||
land :release do
|
lane :release do
|
||||||
increment_version_number(
|
increment_version_number(
|
||||||
version_number: "1.3.0"
|
version_number: "1.3.0"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue