From 5c1fd8c4e3a325e3beb5fb0a5e30e3df4f2c0047 Mon Sep 17 00:00:00 2001 From: Core Date: Thu, 25 Aug 2022 19:19:07 +0100 Subject: [PATCH] pls --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0834539b..5f619c72 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -120,7 +120,7 @@ jobs: path: ~/Cider/dist/artifacts - run: name: Fetch Version - command: echo "export APP_VERSION=$(node -p -e 'require("./package.json").version')" >>$BASH_ENV + command: ./resources/version.sh || true - run: name: Publish Release command: |