Skip to content

Commit b0577a3

Browse files
committed
ci(craft): Add delay between prepare and publish
1 parent 9330b36 commit b0577a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
GIT_COMMITTER_NAME: getsentry-bot
2727
GIT_AUTHOR_NAME: getsentry-bot
2828
29+
# Wait until the builds start. Craft should do this automatically
30+
# but it is broken now.
31+
# TODO: Remove this once getsentry/craft#111 is fixed
32+
- run: sleep 10
2933
- uses: getsentry/craft@master
3034
with:
3135
action: publish

0 commit comments

Comments
 (0)