From 838c5c7770a5e5e8b79b41af7868010cf9c99d0d Mon Sep 17 00:00:00 2001 From: kunish Date: Thu, 2 Mar 2023 15:09:40 +0800 Subject: [PATCH] ci: set prerelease notes timezone of release create time to Asia/Shanghai --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ea5c8142..537c7d14 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -229,7 +229,7 @@ jobs: - name: Set Env run: | - echo "BUILDTIME=$(date)" >> $GITHUB_ENV + echo "BUILDTIME=$(TZ=Asia/Shanghai date)" >> $GITHUB_ENV shell: bash - name: Tag Repo