Skip to content

Commit

Permalink
Merge branch 'release-5.7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
msadoon committed Mar 30, 2023
2 parents e79058c + 5a72e73 commit 5bd125d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -112,7 +112,7 @@ distribute_job: &distribute_job
- vendor/bundle
- run:
name: Increment build number
command: agvtool new-version -all $(($(date +%s)/100))
command: agvtool new-version -all $(($(date +%s)/1000))
- run:
name: Install lane dependency xcodes
command: brew install robotsandpencils/made/xcodes
Expand Down

0 comments on commit 5bd125d

Please sign in to comment.