From 9ba49b56b455ec4b0a9db2b5d1cb032b3a3ccf84 Mon Sep 17 00:00:00 2001 From: Jake Bailey <5341706+jakebailey@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:16:50 -0800 Subject: [PATCH] Update again --- .github/workflows/update-ts-version-tags.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-ts-version-tags.yml b/.github/workflows/update-ts-version-tags.yml index 33324ba89f..947c076149 100644 --- a/.github/workflows/update-ts-version-tags.yml +++ b/.github/workflows/update-ts-version-tags.yml @@ -12,8 +12,8 @@ on: required: true default: main schedule: - # https://crontab.guru/#5_6_*_*_0 - - cron: "5 6 * * 0" + # https://crontab.guru/#5_6_*_*_6 + - cron: "5 6 * * 6" concurrency: publish-packages