text v2
This commit is contained in:
parent
323d3fc05a
commit
12ab61e5e2
2 changed files with 4 additions and 4 deletions
|
@ -160,8 +160,8 @@ jobs:
|
|||
name: Fix Versioning and Add Channel
|
||||
command: yarn circle:script
|
||||
- run:
|
||||
name: Show Environment Variable APP_VERSION
|
||||
command: echo $APP_VERSION
|
||||
name: Set App Version
|
||||
command: echo "export APP_VERSION=$(grep '"version":.*' package.json | cut -d '"' -f 4 | head -1)" >> $BASH_ENV
|
||||
- run:
|
||||
name: Publish Release
|
||||
command: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue