chore(ios): fix ios version (#13130)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **New Features**
* Added support for specifying a custom iOS App Store version during
release workflows.

* **Chores**
  * Updated the iOS app's marketing version to 0.23.1.
  * Upgraded the iOS workflow runner to macOS 15 and Xcode 16.4.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
EYHN
2025-07-10 12:18:33 +08:00
committed by GitHub
parent ed6fde550f
commit 38d8dde6b8
5 changed files with 20 additions and 4 deletions

View File

@@ -99,6 +99,7 @@ update_ios_marketing_version() {
}
new_version=$1
ios_new_version=${IOS_APP_VERSION:-$new_version}
update_app_version_in_helm_charts ".github/helm/affine/Chart.yaml" "$new_version"
update_app_version_in_helm_charts ".github/helm/affine/charts/graphql/Chart.yaml" "$new_version"