From 11593b83182ad259248ffa976cd9340bd2319d43 Mon Sep 17 00:00:00 2001 From: Simon Steinbeiss Date: Wed, 23 Mar 2022 13:52:45 +0100 Subject: [PATCH] create-tag: Set the release time to 13UTC --- .github/workflows/create-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-tag.yml b/.github/workflows/create-tag.yml index 9cf182cbb..e239e2603 100644 --- a/.github/workflows/create-tag.yml +++ b/.github/workflows/create-tag.yml @@ -4,7 +4,7 @@ name: "Create and push release tag" on: workflow_dispatch: schedule: - - cron: "0 11 * * 3" + - cron: "0 13 * * 3" jobs: tag-and-push: