Skip to content

Commit

Permalink
Fix issue with generate version file stage in Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
VladislavFitz committed Jul 28, 2020
1 parent 9c65bde commit 2fba691
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 @@ -56,7 +56,7 @@ lane :deploy do |options|
path: "InstantSearch.podspec"
)

sh("./generate_version #{new_build_number}")
sh("cd ..; ./generate_version #{new_build_number}")

branchName = "version-#{new_build_number}"
sh("git checkout -b #{branchName}")
Expand Down

0 comments on commit 2fba691

Please sign in to comment.