We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c977079 commit b868945Copy full SHA for b868945
.github/workflows/release.yml
@@ -5,7 +5,7 @@ on:
5
schedule:
6
# At 4:17am each day
7
# If this is changed, also change the 'yesterday' variable below.
8
- - cron: '17 4 1 * *'
+ - cron: '17 4 * * *'
9
10
jobs:
11
release:
0 commit comments