Skip to content

Commit

Permalink
Overwrite artifact id for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
notz committed Apr 3, 2023
1 parent 0964e1f commit cd0561d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 2 additions & 0 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ afterEvaluate {
publications {
mavenRelease(MavenPublication) {
from components.release

artifactId "android-logging-helper"
}
}

Expand Down

0 comments on commit cd0561d

Please sign in to comment.