diff --git a/README.md b/README.md index 7160c8b..8919d29 100644 --- a/README.md +++ b/README.md @@ -241,7 +241,7 @@ on: schedule: # run every Monday at midnight and every new year to ensure the draft release have the correct week number - cron: '0 0 * * 1' - - cron: '0 0 1 * *' + - cron: '0 0 1 1 *' ```