We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3b197 commit 84a07a3Copy full SHA for 84a07a3
build.gradle.kts
@@ -128,7 +128,7 @@ publishing {
128
129
// After publishing, the nexus plugin will automatically close and release
130
tasks.named("publish") {
131
- finalizedBy("closeAndReleaseRepository")
+ finalizedBy("closeAndReleaseRepository", "createGithubRelease")
132
}
133
134
tasks.register<GithubReleaseTask>("createGithubRelease").configure {
0 commit comments