Skip to content

Commit

Permalink
📝 Adjust version detector cron job (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
flaxel authored Oct 9, 2023
1 parent a6caa47 commit afbd99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 *'
```
</details>

Expand Down

0 comments on commit afbd99c

Please sign in to comment.