From beae7fb6a61f729b7421beee288b22c15d0b8fe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimondas=20Rimkevi=C4=8Dius?= Date: Sun, 2 Oct 2022 15:25:40 +0300 Subject: [PATCH] Autorelease every 5 months --- .github/workflows/autorelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index 6f064fe..7cca33b 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -3,7 +3,7 @@ name: Automatic releases on: workflow_dispatch: schedule: - - cron: '30 3 * * 4' + - cron: '5 4 * */5 0' jobs: auto-release: