Skip to content

Commit

Permalink
chore: changed podfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Apr 11, 2024
1 parent 14ca52f commit ab086a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ platform :ios do
# Install pods
cocoapods(
clean_install: true,
podfile: File.absolute_path("#{ENV['PROJECT_PATH']}/ios/Podfile")
podfile: ENV['PODFILE_PATH']
)

# Get latest build number
Expand Down

0 comments on commit ab086a6

Please sign in to comment.