Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit 64c31b8

Browse files
committed
fix: revert removing workaround task publish
This reverts commit 89f866d.
1 parent 843dd9d commit 64c31b8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ buildscript {
1313
}
1414
}
1515

16+
// Tracking issue https://github.com/semantic-release/semantic-release/issues/963
17+
tasks.register("publish", DefaultTask::class) {
18+
group = "publish"
19+
description = "Dummy publish to pass the verification phase of the gradle-semantic-release-plugin"
20+
}
21+
1622
tasks.register("clean", Delete::class) {
1723
delete(rootProject.buildDir)
1824
}

0 commit comments

Comments
 (0)