From cece56802b64792ac55a910379e8a01d50497b78 Mon Sep 17 00:00:00 2001 From: liuyi Date: Tue, 24 Jun 2025 14:46:07 +0800 Subject: [PATCH] ci: failed to detect new canary version --- .github/actions/prepare-release/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/prepare-release/action.yml b/.github/actions/prepare-release/action.yml index 26176fa9c5..d5143d706d 100644 --- a/.github/actions/prepare-release/action.yml +++ b/.github/actions/prepare-release/action.yml @@ -21,7 +21,7 @@ runs: if [ "${{ github.ref_type }}" == "tag" ]; then APP_VERSION=$(echo "${{ github.ref_name }}" | sed 's/^v//') else - APP_VERSION=$(date '+%Y.%-m.%-d-canary.%H')+build.$GIT_SHORT_HASH + APP_VERSION=$(date '+%Y.%-m.%-d-canary.%H%M') fi if [[ "$APP_VERSION" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then BUILD_TYPE=stable