From 7b07509887fa0faeddcc625d506ce4fd78572bdb Mon Sep 17 00:00:00 2001 From: juewuy Date: Fri, 2 Jan 2026 10:54:12 +0800 Subject: [PATCH] =?UTF-8?q?~=E4=BC=98=E5=8C=96alpha=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E4=B8=BA=E5=BD=93=E5=89=8D=E6=97=A5=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update_meta_core.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update_meta_core.yaml b/.github/workflows/update_meta_core.yaml index 4129d0d2..cdca176c 100644 --- a/.github/workflows/update_meta_core.yaml +++ b/.github/workflows/update_meta_core.yaml @@ -75,6 +75,7 @@ jobs: id: meta run: | version=${{ github.event.inputs.tag2 }} + [ "$version" = Alpha ] && version="Alpha-$(date +"%Y%m%d")" echo version=$version >> $GITHUB_OUTPUT if [ -z "$TAGS" ];then echo tags='' >> $GITHUB_OUTPUT