ci: set prerelease notes timezone of release create time to Asia/Shanghai
This commit is contained in:
parent
23c70c10a3
commit
db5ef86bfe
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -229,7 +229,7 @@ jobs:
|
||||||
|
|
||||||
- name: Set Env
|
- name: Set Env
|
||||||
run: |
|
run: |
|
||||||
echo "BUILDTIME=$(date)" >> $GITHUB_ENV
|
echo "BUILDTIME=$(TZ=Asia/Shanghai date)" >> $GITHUB_ENV
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Tag Repo
|
- name: Tag Repo
|
||||||
|
|
Loading…
Reference in a new issue