Skip to content

Commit

Permalink
Fix tagRelease task
Browse files Browse the repository at this point in the history
  • Loading branch information
rock3r committed Sep 6, 2024
1 parent 58213f4 commit b9b2a80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ tasks {
// register("check") { dependsOn(mergeSarifReports) }

register("tagRelease") {
dependsOn("check")

description = "Tags main branch and releases branches with provided tag name"
group = "release"

Expand Down

0 comments on commit b9b2a80

Please sign in to comment.