Skip to content

Commit d1566cf

Browse files
committed
ci: Fix cocoapods trunk push command
1 parent 59647a6 commit d1566cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ios-kit-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
if: ${{ github.event.inputs.dryRun == 'false'}}
110110
run: |
111111
sudo gem install xcodeproj
112-
pod trunk push --allow-warnings
112+
pod trunk push --allow-warnings --use-modular-headers
113113
114114
sync-repository:
115115
name: Finalize release

0 commit comments

Comments
 (0)