From 2ff0a25c1feb59dc2bfdd5bfdd220639e1b9c1fa Mon Sep 17 00:00:00 2001 From: Mason Shi <60805843+Mas0nShi@users.noreply.github.com> Date: Mon, 4 Apr 2022 13:26:57 +0800 Subject: [PATCH] Update manual.yml --- .github/workflows/manual.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 19aefae..6acff15 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -54,7 +54,8 @@ jobs: - name: Check Latest Version id: checkVersion run: | - output=$(python3 auto-analysis/check_version.py) + python3 auto-analysis/check_version.py + output=$(cat auto-analysis/LATEST_VERSION) echo $output echo '::set-output name=LATEST_VERSION::$output'