diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7962b58..eaad61e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ # This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven -name: Build +name: Release on: release: diff --git a/lib/build.gradle b/lib/build.gradle index a33ce99..dd6ac2c 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -38,6 +38,8 @@ afterEvaluate { publications { mavenRelease(MavenPublication) { from components.release + + artifactId "android-logging-helper" } }