Skip to content

Commit

Permalink
Pass CircleCI branch to prepare_next_version job (#1796)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonidero authored Aug 8, 2022
1 parent 496b5bd commit fa9d34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ jobs:
- trust-github-key
- run:
name: Prepare next version
command: bundle exec fastlane prepare_next_version
command: bundle exec fastlane prepare_next_version branch:$CIRCLE_BRANCH

installation-tests-cocoapods:
<<: *base-job
Expand Down

0 comments on commit fa9d34f

Please sign in to comment.