attempt 2
This commit is contained in:
parent
9c65b17023
commit
1307e20d67
2 changed files with 3 additions and 3 deletions
|
@ -160,8 +160,8 @@ jobs:
|
||||||
# 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: Update Version Number of App
|
||||||
command: echo "export APP_VERSION=$(grep '"version":.*' package.json | cut -d '"' -f 16 | head -1)" >> $BASH_ENV
|
command: sudo chmod +x resources/version.sh && ./resources/version.sh || true
|
||||||
- run:
|
- run:
|
||||||
name: Publish Release
|
name: Publish Release
|
||||||
command: |
|
command: |
|
||||||
|
|
|
@ -12,4 +12,4 @@ else
|
||||||
echo "Version unchanged, commits since stable is 0"
|
echo "Version unchanged, commits since stable is 0"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "export APP_VERSION=$(node -p -e 'require("./package.json").version')" >> $BASH_ENV
|
Loading…
Add table
Add a link
Reference in a new issue