Skip to content

Commit

Permalink
Merge pull request #109 from algolia/fix/deployment-gen-version
Browse files Browse the repository at this point in the history
Deployment script fix
  • Loading branch information
VladislavFitz authored Jul 28, 2020
2 parents 9c65bde + 2fba691 commit bc05483
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 bc05483

Please sign in to comment.