Skip to content

Commit

Permalink
Fixed the release build
Browse files Browse the repository at this point in the history
  • Loading branch information
mockitoguy authored Dec 31, 2020
1 parent 1a55341 commit f49e212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/shipkit.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit f49e212

Please sign in to comment.