Skip to content

Commit e0877d0

Browse files
authored
Merge pull request #14 from imponeer/autorelease-every-6-months
Autorelease every 6 months
2 parents 72addcf + d0a1e5c commit e0877d0

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 4 * * 2'
6+
- cron: '5 4 * */6 0'
77

88
jobs:
99
auto-release:

0 commit comments

Comments
 (0)