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

Fix maven-release action check for sonatype error #925

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

markpatton
Copy link
Contributor

In the last release the check for Sonatype reporting an error, but actually being successful did not work.

The check works by looking for two markers in the maven output which is written to a file by tee. It may have been the case that one of the markers was written to stderr which was not captured by tee. This pr redirects the maven stderr to stdout so that tee will capture it. Hopefully this will fix the check.

@markpatton markpatton requested a review from rpoet-jh February 23, 2024 13:15
@markpatton markpatton merged commit 17bf6eb into main Feb 26, 2024
2 checks passed
@markpatton markpatton deleted the 882-sonatype-error branch February 26, 2024 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants