Skip to content

Commit 84a07a3

Browse files
committed
automatically publish docs after release
1 parent fc3b197 commit 84a07a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ publishing {
128128

129129
// After publishing, the nexus plugin will automatically close and release
130130
tasks.named("publish") {
131-
finalizedBy("closeAndReleaseRepository")
131+
finalizedBy("closeAndReleaseRepository", "createGithubRelease")
132132
}
133133

134134
tasks.register<GithubReleaseTask>("createGithubRelease").configure {

0 commit comments

Comments
 (0)