Skip to content

Commit

Permalink
fix ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
kb0 committed Jan 6, 2023
1 parent 20b5af6 commit f39df79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ publishing {
create<MavenPublication>("maven") {
groupId = "com.github.kb0"
artifactId = "kotlin-ephemeris"
version = "2.1.0"
version = project.version.toString()

from(components["java"])
}
Expand Down

0 comments on commit f39df79

Please sign in to comment.