We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When publishing fails, craft stops to proceed to the remaining targets. It would be great to list a summary of the targets, like:
Publish report: ✓ gcs ✓ npm ✕ brew: HttpError ⚠ github ⚠ registry To retry, please run: $ craft publish 1.36.3 -t brew -t github -t registry --finish
Right now, we have to open the .craft.yml and check for the remaining targets.
.craft.yml
The text was updated successfully, but these errors were encountered:
I think this is addressed via #192 and #197 so closing.
Sorry, something went wrong.
No branches or pull requests
When publishing fails, craft stops to proceed to the remaining targets. It would be great to list a summary of the targets, like:
Right now, we have to open the
.craft.yml
and check for the remaining targets.The text was updated successfully, but these errors were encountered: