Skip to content

Commit bfdd5a7

Browse files
eryajferyajf
authored andcommitted
ci: 修正日期格式中的秒参数从 %s 到 %S
1 parent c50b816 commit bfdd5a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cnb/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ main:
1414
- /root/.pnpm:copy-on-write
1515
stages:
1616
- name: set env
17-
script: echo -n $(date "+%Y-%m-%d %H:%M:%s")
17+
script: echo -n $(date "+%Y-%m-%d %H:%M:%S")
1818
exports:
1919
info: CUSTOM_ENV_DATE_INFO
2020
- name: 🖨️ 打印环境

0 commit comments

Comments
 (0)