Skip to content

Commit

Permalink
fix: revert removing workaround task publish
Browse files Browse the repository at this point in the history
This reverts commit 89f866d.
  • Loading branch information
oSumAtrIX committed Jan 2, 2023
1 parent 843dd9d commit 64c31b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ buildscript {
}
}

// Tracking issue https://github.com/semantic-release/semantic-release/issues/963
tasks.register("publish", DefaultTask::class) {
group = "publish"
description = "Dummy publish to pass the verification phase of the gradle-semantic-release-plugin"
}

tasks.register("clean", Delete::class) {
delete(rootProject.buildDir)
}

0 comments on commit 64c31b8

Please sign in to comment.