From dc45fed886cad76c3ace595a90559f7e9f81899a Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 5 Nov 2025 00:19:56 -0500 Subject: [PATCH] chore(ci): increase release delay to 10m to avoid ref replication race --- .github/workflows/release-on-version.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-on-version.yml b/.github/workflows/release-on-version.yml index 10d59f7..64a2ecd 100644 --- a/.github/workflows/release-on-version.yml +++ b/.github/workflows/release-on-version.yml @@ -25,8 +25,8 @@ jobs: delay: runs-on: ubuntu-latest steps: - - name: Delay 2 minutes - run: sleep 120 + - name: Delay 10 minutes + run: sleep 600 release: needs: delay