Moved environment setting outside script for more compatability

This commit is contained in:
Core 2022-08-23 11:42:11 +01:00
parent 291cb5c1ff
commit d28c9397f4
No known key found for this signature in database
GPG key ID: 2AB8327FBA02D1C0
3 changed files with 7 additions and 11 deletions

View file

@ -139,8 +139,10 @@ jobs:
- store_artifacts:
path: ~/Cider/dist/artifacts
- run:
name: Update Version Number of App
command: sudo chmod +x resources/version.sh && ./resources/version.sh || true
name: Run Version Script
command: |
sudo chmod +x resources/version.sh && ./resources/version.sh || true
echo "export APP_VERSION=$(node -p -e 'require("./package.json").version')" >>$BASH_ENV
- run:
name: Publish Release
command: |