attempt 2

This commit is contained in:
Core 2022-06-03 16:14:03 +01:00
parent 9c65b17023
commit 1307e20d67
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
2 changed files with 3 additions and 3 deletions

View file

@ -160,8 +160,8 @@ jobs:
# 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 16 | head -1)" >> $BASH_ENV
name: Update Version Number of App
command: sudo chmod +x resources/version.sh && ./resources/version.sh || true
- run:
name: Publish Release
command: |