From fb986fbb1f61a9320304d29c5241d0bf90d61941 Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Thu, 17 Mar 2022 10:50:36 +0000 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2c75ae39..9a550c83 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ jobs: - checkout - run: name: Set App Version - command: echo 'export APP_VERSION=$(grep '"version":.*' package.json | cut -d '"' -f 4 | head -1)' >> $BASH_ENV + command: echo $(grep '"version":.*' package.json | cut -d '"' -f 4 | head -1) - run: name: Update Package Managers command: sudo npm update -g npm yarn