Commit 3a9929d
Align version extraction regex with Fastlane pattern
Updates workflow regex to match the pattern used in Fastlane's
setBuildVersionInfo lane for consistency across the codebase.
Before: regex='appVersionName = "([^"]+)"'
After: regex='appVersionName = "(.+)"'
Both patterns work correctly for standard version strings, but
using the same pattern as Fastlane improves maintainability and
reduces potential confusion.
Addresses Finding 1 from code review of PR #6181.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 80fb032 commit 3a9929d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
0 commit comments