echo app version
This commit is contained in:
parent
b69783b1c9
commit
ae9fa77243
1 changed files with 3 additions and 3 deletions
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue