Skip to content

Commit

Permalink
chore: fix auto release time (#549)
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn authored Nov 4, 2024
1 parent d9445d2 commit 8553424
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -22,4 +22,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
node --experimental-strip-types scripts/auto-release.ts
node --experimental-strip-types scripts/auto-release.ts

0 comments on commit 8553424

Please sign in to comment.