diff --git a/gradle/shipkit.gradle b/gradle/shipkit.gradle index 95878b47..1ee7a67d 100644 --- a/gradle/shipkit.gradle +++ b/gradle/shipkit.gradle @@ -14,7 +14,7 @@ tasks.named("githubRelease") { repository = genTask.repository changelog = genTask.outputFile githubToken = System.getenv("GITHUB_TOKEN") - newTagRevision = System.getenv("GIT_SHA") + newTagRevision = System.getenv("GITHUB_SHA") } apply plugin: 'com.jfrog.bintray'