From fa8b08edde4ac4aa223f9fd3b329c13d174dd026 Mon Sep 17 00:00:00 2001 From: yazninja Date: Sat, 21 May 2022 21:03:06 +0800 Subject: [PATCH] correct tag --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a3625a1a..0745517f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -161,7 +161,7 @@ jobs: command: yarn circle:script - run: name: Set App Version - command: echo "export APP_VERSION=$(grep '"version":.*' package.json | cut -d '"' -f 4 | head -1)" >> $BASH_ENV + command: echo "export APP_VERSION=$(grep '"version":.*' package.json | cut -d '"' -f 16 | head -1)" >> $BASH_ENV - run: name: Publish Release command: |