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