File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -18,18 +18,18 @@ tasks.named("check") {
1818def isSnapshot = version. endsWith(" -SNAPSHOT" )
1919def githubTokenProvider = providers. environmentVariable(" GITHUB_TOKEN" ). orElse(" " )
2020def githubShaProvider = providers. environmentVariable(" GITHUB_SHA" ). orElse(" " )
21- def repository = " mockito/mockito"
21+ def repositoryName = " mockito/mockito-kotlin "
2222
2323tasks. named(" generateChangelog" ) {
2424 previousRevision = project. ext. ' shipkit-auto-version.previous-tag'
2525 githubToken = githubTokenProvider. get()
26- repository = repository
26+ repository = repositoryName
2727}
2828
2929tasks. named(" githubRelease" ) {
3030 def genTask = tasks. named(" generateChangelog" ). get()
3131 dependsOn genTask
32- repository = repository
32+ repository = repositoryName
3333 changelog = genTask. outputFile
3434 githubToken = githubTokenProvider. get()
3535 newTagRevision = githubShaProvider. get()
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments