From 855342457131c71be5183210ee98c712e0467dfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?w=C5=AB=20y=C4=81ng?= Date: Mon, 4 Nov 2024 09:32:56 +0800 Subject: [PATCH] chore: fix auto release time (#549) --- .github/workflows/auto-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 43569e00..9479ce5d 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -1,7 +1,7 @@ on: schedule: # 相关语法 https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07 would run a command on the first and fifteenth of each month - - cron: '0 16 1,8,15,22 * *' + - cron: '0 2 1,8,15,22 * *' jobs: test_schedule: @@ -22,4 +22,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - node --experimental-strip-types scripts/auto-release.ts \ No newline at end of file + node --experimental-strip-types scripts/auto-release.ts