Skip to content

Commit 98cd1f9

Browse files
authored
Merge pull request #22 from imponeer/autorelease-every-3-months
Autorelease every 3 months
2 parents 686da0b + 37915cb commit 98cd1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autorelease.yml

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

88
jobs:
99
auto-release:

0 commit comments

Comments
 (0)