From b43a992d32df82defeaf53ba33848f458fc92bf8 Mon Sep 17 00:00:00 2001 From: northsea4 Date: Wed, 29 May 2024 22:16:15 +0800 Subject: [PATCH] CI: follow daily_release CI: follow daily_release CI: follow daily_release CI: follow daily_release CI: follow daily_release CI: follow daily_release CI: follow daily_release --- scripts/release-utils.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/release-utils.sh b/scripts/release-utils.sh index c8cd3da..99ee632 100755 --- a/scripts/release-utils.sh +++ b/scripts/release-utils.sh @@ -33,8 +33,8 @@ generate_app_version() { # 去除非数字字符 published_at=$(echo "$published_at" | tr -dc '0-9') - # 取前8位数字作为年月日,前缀为1 - echo "1${published_at:0:8}" + # 取前8位数字作为年月日,前缀为d + echo "d${published_at:0:8}" } find_release_by_tag_name() {