ci(craft): Add delay between prepare and publish
This commit is contained in:
parent
9330b36415
commit
b0577a3b27
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -26,6 +26,10 @@ jobs:
|
|||||||
GIT_COMMITTER_NAME: getsentry-bot
|
GIT_COMMITTER_NAME: getsentry-bot
|
||||||
GIT_AUTHOR_NAME: getsentry-bot
|
GIT_AUTHOR_NAME: getsentry-bot
|
||||||
EMAIL: bot@getsentry.com
|
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
|
- uses: getsentry/craft@master
|
||||||
with:
|
with:
|
||||||
action: publish
|
action: publish
|
||||||
|
Reference in New Issue
Block a user