From 37915cbe7211d5eec7cd4d4dcb1e35030bd5cd02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimondas=20Rimkevi=C4=8Dius?= Date: Sun, 2 Oct 2022 15:27:06 +0300 Subject: [PATCH] Autorelease every 3 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 9eb82ba..2503b36 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -3,7 +3,7 @@ name: Automatic releases on: workflow_dispatch: schedule: - - cron: '0 3 * */4 0' + - cron: '5 4 * */3 0' jobs: auto-release: