Skip to content

Commit

Permalink
switch to RELEASE_VERSION env from github
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchej123 committed Jan 18, 2022
1 parent d87d6e2 commit 0a14836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ publishing {
groupId = System.getenv("ARTIFACT_GROUP_ID") ?: "com.github.GTNewHorizons"
artifactId = System.getenv("ARTIFACT_ID") ?: project.name
// Using the identified version, not project.version as it has the prepended 1.7.10
version = System.getenv("ARTIFACT_VERSION") ?: identifiedVersion
version = System.getenv("RELEASE_VERSION") ?: identifiedVersion
}
}

Expand Down

0 comments on commit 0a14836

Please sign in to comment.