Skip to content

Commit f49e212

Browse files
authored
Fixed the release build
1 parent 1a55341 commit f49e212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/shipkit.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ tasks.named("githubRelease") {
1414
repository = genTask.repository
1515
changelog = genTask.outputFile
1616
githubToken = System.getenv("GITHUB_TOKEN")
17-
newTagRevision = System.getenv("GIT_SHA")
17+
newTagRevision = System.getenv("GITHUB_SHA")
1818
}
1919

2020
apply plugin: 'com.jfrog.bintray'

0 commit comments

Comments
 (0)