From ccd62fedb6d83f7989d2a8a4551008202b31e08b Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Mon, 27 Jan 2025 12:41:08 -0600 Subject: [PATCH] Update central-sync-release.yml Increase release timeout to 10m Signed-off-by: Chris Bono --- .github/workflows/central-sync-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/central-sync-release.yml b/.github/workflows/central-sync-release.yml index 5db4aa5d..cb473b40 100644 --- a/.github/workflows/central-sync-release.yml +++ b/.github/workflows/central-sync-release.yml @@ -20,3 +20,4 @@ jobs: staging-profile-name: ${{ secrets.OSSRH_STAGING_PROFILE_NAME }} staging-repo-id: ${{ github.event.inputs.stagedRepositoryId }} release: true + release-timeout: 1200