From 3a6fdfe6bea5e80ccc38bd0766dca79affea2a98 Mon Sep 17 00:00:00 2001 From: Drew Newberry Date: Mon, 16 Mar 2026 17:35:37 -0700 Subject: [PATCH] ci(release): enable scheduled nightly release auto-tag --- .github/workflows/release-auto-tag.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-auto-tag.yml b/.github/workflows/release-auto-tag.yml index aa6f73c3..a90c6f0b 100644 --- a/.github/workflows/release-auto-tag.yml +++ b/.github/workflows/release-auto-tag.yml @@ -5,8 +5,8 @@ name: Release Auto-Tag on: workflow_dispatch: {} - # schedule: - # - cron: "0 3 * * *" # 7 PM PT (03:00 UTC during PDT) + schedule: + - cron: "0 3 * * *" # 7 PM PT (03:00 UTC during PDT) permissions: contents: write