Skip to content

Commit f4370a6

Browse files
authored
ci(release): Add sleep between prepare and publish back (#21413)
Turns out getsentry/craft#117 did not fix the issue fully.
1 parent 50ac539 commit f4370a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ jobs:
5959
GIT_AUTHOR_NAME: getsentry-bot
6060
6161
ZEUS_API_TOKEN: ${{ secrets.ZEUS_API_TOKEN }}
62+
# Wait until the builds start. Craft should do this automatically
63+
# but it is broken now.
64+
- run: sleep 10
6265
- uses: getsentry/craft@master
6366
with:
6467
action: publish

0 commit comments

Comments
 (0)