From ae9fa772434af6aba91d01451e5e7361446482cf Mon Sep 17 00:00:00 2001 From: yazninja Date: Sat, 21 May 2022 13:14:46 +0800 Subject: [PATCH] echo app version --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 41c1f182..302d87bc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -159,9 +159,9 @@ jobs: - run: name: Fix Versioning and Add Channel command: yarn circle:script - # - run: - # name: Set App Version - # command: echo "export APP_VERSION=$(grep '"version":.*' package.json | cut -d '"' -f 4 | head -1)" >> $BASH_ENV + - run: + name: Show Environment Variable: APP_VERSION + command: echo $APP_VERSION - run: name: Publish Release command: |