Commit a35ceb1 1 parent fd69419 commit a35ceb1 Copy full SHA for a35ceb1
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 72
72
73
73
- name : Install Fonts
74
74
run : |
75
- apt-get install -yq --allow-unauthenticated ttf-mscorefonts-installer
76
- apt-get install -yyq fonts-liberation
75
+ sudo apt-get install -yq --allow-unauthenticated ttf-mscorefonts-installer
76
+ sudo apt-get install -yyq fonts-liberation
77
77
78
78
- name : Prepare Puppeteer environment
79
79
run : |
@@ -108,7 +108,7 @@ jobs:
108
108
- name : Generate release tag
109
109
id : tag
110
110
run : |
111
- echo "release_date=$(date +"%Y 年 %m 月 %d 日 %H 点 %M 分")" >> $GITHUB_OUTPUT
111
+ echo "release_date=$(TZ=Asia/Shanghai date +"%Y 年 %m 月 %d 日 %H 点 %M 分")" >> $GITHUB_OUTPUT
112
112
echo "release_tag=latest_$(date +"%Y-%m-%d_%H-%M")" >> $GITHUB_OUTPUT
113
113
114
114
- name : Release
You can’t perform that action at this time.
0 commit comments