Skip to content

Commit ce603f6

Browse files
authored
Merge pull request #17 from imponeer/autorelease-every-5-months
Autorelease every 5 months
2 parents 2f36cd9 + 056ea8f commit ce603f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autorelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Automatic releases
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 3 * * 2'
6+
- cron: '5 4 * */5 0'
77

88
jobs:
99
auto-release:

0 commit comments

Comments
 (0)