Skip to content

Commit

Permalink
fix release version
Browse files Browse the repository at this point in the history
Signed-off-by: Martmists <martmists@gmail.com>
  • Loading branch information
Martmists-GH committed Jun 1, 2024
1 parent da5f9a3 commit e80f448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kpy-library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ if (project.ext.has("mavenToken")) {

publications.withType<MavenPublication> {
if (System.getenv("DEPLOY_TYPE") == "snapshot") {
version = "${System.getenv("GITHUB_SHA")}+$pythonVersion"
version = "${System.getenv("GITHUB_SHA")}+${pythonVersion.str}"
}
}
}
Expand Down

0 comments on commit e80f448

Please sign in to comment.