Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

execute deployers sequentially #16

Closed
tripodsan opened this issue Dec 14, 2020 · 1 comment · Fixed by #23
Closed

execute deployers sequentially #16

tripodsan opened this issue Dec 14, 2020 · 1 comment · Fixed by #23
Assignees
Labels

Comments

@tripodsan
Copy link
Contributor

tripodsan commented Dec 14, 2020

the builder runs each step of the deployers using Promise.all, which leads to confusing outputs.
although its faster to run all concurrently, it would produce a nicer output if they are executed sequentially.

the current output looks like:

image

@github-actions
Copy link

🎉 This issue has been resolved in version 1.7.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant