echo app version

This commit is contained in:
yazninja 2022-05-21 13:14:46 +08:00
parent b69783b1c9
commit ae9fa77243

View file

@ -159,9 +159,9 @@ jobs:
- run: - run:
name: Fix Versioning and Add Channel name: Fix Versioning and Add Channel
command: yarn circle:script command: yarn circle:script
# - run: - run:
# name: Set App Version name: Show Environment Variable: APP_VERSION
# command: echo "export APP_VERSION=$(grep '"version":.*' package.json | cut -d '"' -f 4 | head -1)" >> $BASH_ENV command: echo $APP_VERSION
- run: - run:
name: Publish Release name: Publish Release
command: | command: |