mockito / mockito-kotlin

Using Mockito with Kotlin
MIT License
3.09k stars 198 forks source link

Add logging for release action #426

Closed TimvdLippe closed 3 years ago

TimvdLippe commented 3 years ago

In https://github.com/mockito/mockito-kotlin/runs/2219360718?check_suite_focus=true we published the 3.0.0 jar to Maven Central: https://repo1.maven.org/maven2/org/mockito/kotlin/mockito-kotlin/3.0.0/ based on the 3.0.0 tag https://github.com/mockito/mockito-kotlin/tree/3.0.0

However, the action log doesn't list that it has successfully published the artifacts. The Mockito actions do include extensive logging: https://github.com/mockito/mockito/runs/2194308386?check_suite_focus=true

Can we add similar logging to the mockito-kotlin actions, so that we know when it succesfully published the artifact (or when it only published a -SNAPSHOT version)?