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

output debug logs or more detailed error message #288

Closed
Silthus opened this issue Nov 6, 2020 · 1 comment · Fixed by #412
Closed

output debug logs or more detailed error message #288

Silthus opened this issue Nov 6, 2020 · 1 comment · Fixed by #412
Labels

Comments

@Silthus
Copy link
Contributor

Silthus commented Nov 6, 2020

I currently have the problem that my release step always fails when I publish to Github. Locally it works however.

The problem is that the gradle-semantic-release-plugin does not output any detailed error messages in the Github Actions console. It just prints exit code 1.

It it possible to print the complete build and error output to the console?

Refer to this for the error: https://github.com/Silthus/sStats/runs/1363309356?check_suite_focus=true#step:7:219

github-actions bot pushed a commit that referenced this issue Oct 10, 2021
# [1.5.0](v1.4.24...v1.5.0) (2021-10-10)

### Bug Fixes

* check stderr for null ([53ebd04](53ebd04))
* **task:** set child process encoding to utf-8 ([e3656e1](e3656e1))

### Features

* **task:** add error output to publish task ([395fa98](395fa98)), closes [#288](#288)
@github-actions
Copy link

🎉 This issue has been resolved in version 1.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Silthus added a commit to Silthus/gradle-semantic-release-plugin that referenced this issue Nov 13, 2021
The actual publishing task will fail with no error output. This adds debug and error logging to the task.

KengoTODA#288
KengoTODA pushed a commit that referenced this issue Nov 13, 2021
* feat: add logging output to actual publish task

The actual publishing task will fail with no error output. This adds debug and error logging to the task.

#288

* style: fix syntax error
KengoTODA pushed a commit that referenced this issue Nov 13, 2021
# [1.6.0](v1.5.1...v1.6.0) (2021-11-13)

### Features

* add logging output to actual publish task ([#430](#430)) ([68ed96c](68ed96c)), closes [#288](#288)
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