Skip to content

Commit

Permalink
Fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
Idane committed Jun 1, 2024
1 parent 3272762 commit a60463f
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 @@ -8,7 +8,7 @@ plugins {
}

if (hasProperty("release")) {
val releaseVersion = extra["shapeshift.version"].toString()
val releaseVersion = System.getenv("RELEASE_VERSION")
subprojects {
apply(plugin = "java-library")
apply(plugin = "signing")
Expand Down

0 comments on commit a60463f

Please sign in to comment.