We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a55341 commit f49e212Copy full SHA for f49e212
gradle/shipkit.gradle
@@ -14,7 +14,7 @@ tasks.named("githubRelease") {
14
repository = genTask.repository
15
changelog = genTask.outputFile
16
githubToken = System.getenv("GITHUB_TOKEN")
17
- newTagRevision = System.getenv("GIT_SHA")
+ newTagRevision = System.getenv("GITHUB_SHA")
18
}
19
20
apply plugin: 'com.jfrog.bintray'
0 commit comments