We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9bb07e2 + a7580d6 commit 1a55341Copy full SHA for 1a55341
gradle/shipkit.gradle
@@ -4,7 +4,7 @@ apply plugin: "org.shipkit.shipkit-gh-release"
4
5
tasks.named("generateChangelog") {
6
previousRevision = project.ext.'shipkit-auto-version.previous-tag'
7
- readOnlyToken = System.getenv("GITHUB_TOKEN")
+ githubToken = System.getenv("GITHUB_TOKEN")
8
repository = "mockito/mockito-scala"
9
}
10
@@ -13,7 +13,8 @@ tasks.named("githubRelease") {
13
dependsOn genTask
14
repository = genTask.repository
15
changelog = genTask.outputFile
16
- writeToken = System.getenv("GITHUB_TOKEN")
17
+ newTagRevision = System.getenv("GIT_SHA")
18
19
20
apply plugin: 'com.jfrog.bintray'
0 commit comments