Skip to content

Commit

Permalink
ci: Fix cocoapods trunk push command
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 committed Feb 7, 2024
1 parent 59647a6 commit d1566cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-kit-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
if: ${{ github.event.inputs.dryRun == 'false'}}
run: |
sudo gem install xcodeproj
pod trunk push --allow-warnings
pod trunk push --allow-warnings --use-modular-headers
sync-repository:
name: Finalize release
Expand Down

0 comments on commit d1566cf

Please sign in to comment.