From b0577a3b274d6b8863813a04057e049cf6e1bcaa Mon Sep 17 00:00:00 2001 From: Burak Yigit Kaya Date: Wed, 15 Jul 2020 22:42:46 +0300 Subject: [PATCH] ci(craft): Add delay between prepare and publish --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b08ddb0..d4e87f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,10 @@ jobs: GIT_COMMITTER_NAME: getsentry-bot GIT_AUTHOR_NAME: getsentry-bot EMAIL: bot@getsentry.com + # Wait until the builds start. Craft should do this automatically + # but it is broken now. + # TODO: Remove this once getsentry/craft#111 is fixed + - run: sleep 10 - uses: getsentry/craft@master with: action: publish