Skip to content

Commit

Permalink
Release action: fix cron spec
Browse files Browse the repository at this point in the history
  • Loading branch information
tarleb committed Nov 29, 2020
1 parent c977079 commit b868945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
schedule:
# At 4:17am each day
# If this is changed, also change the 'yesterday' variable below.
- cron: '17 4 1 * *'
- cron: '17 4 * * *'

jobs:
release:
Expand Down

0 comments on commit b868945

Please sign in to comment.