From 5a72e7376f1b81793da4029f591ce13098ca58bb Mon Sep 17 00:00:00 2001 From: Mubarak Sadoon Date: Thu, 30 Mar 2023 09:48:29 -0400 Subject: [PATCH] making the current project and library version a smaller number as it doesnt trigger the malformed a.b.c.d.e version number error locally. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5b5ce18fa7..f83beb66ff 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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