fix: add integrate args to cocoapods action args (#2)
This commit is contained in:
parent
d88276a0ec
commit
74d3527b40
@ -50,7 +50,8 @@ module Fastlane
|
||||
# Install Cocoapods
|
||||
Actions::CocoapodsAction.run(
|
||||
clean_install: true,
|
||||
clean: true
|
||||
clean: true,
|
||||
integrate: true
|
||||
)
|
||||
|
||||
# Set up code signing using match
|
||||
|
Loading…
x
Reference in New Issue
Block a user