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