Skip to content

Commit 3e5f30e

Browse files
graycreateclaude
andcommitted
fix: upgrade Fastlane to 2.228.0 to resolve pipeline issues
Fastlane 2.226.0 had a compatibility issue with the 'warning' method during export. Upgrading to 2.228.0 which includes fixes for provisioning profile creation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2a285b3 commit 3e5f30e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109

110110
- name: Install Fastlane
111111
run: |
112-
gem install fastlane -v 2.226.0
112+
gem install fastlane -v 2.228.0
113113
gem install xcpretty
114114
115115
- name: Setup SSH for Match repository

0 commit comments

Comments
 (0)