Skip to content

Commit b868945

Browse files
committed
Release action: fix cron spec
1 parent c977079 commit b868945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
schedule:
66
# At 4:17am each day
77
# If this is changed, also change the 'yesterday' variable below.
8-
- cron: '17 4 1 * *'
8+
- cron: '17 4 * * *'
99

1010
jobs:
1111
release:

0 commit comments

Comments
 (0)