This commit is contained in:
Core 2022-08-25 19:19:07 +01:00
parent 15ed579bc0
commit 5c1fd8c4e3

View file

@ -120,7 +120,7 @@ jobs:
path: ~/Cider/dist/artifacts path: ~/Cider/dist/artifacts
- run: - run:
name: Fetch Version name: Fetch Version
command: echo "export APP_VERSION=$(node -p -e 'require("./package.json").version')" >>$BASH_ENV command: ./resources/version.sh || true
- run: - run:
name: Publish Release name: Publish Release
command: | command: |