Skip to content

Commit

Permalink
Merge pull request #30 from KavinduZoysa/update-release-action
Browse files Browse the repository at this point in the history
Update the GH release action
  • Loading branch information
KavinduZoysa authored Jun 19, 2024
2 parents 8e94bb5 + 1b85345 commit 3737805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tool/tool-mi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ tasks.register('localPublish') {
println("Successfully pushed the MI Tool to the local.")
}
}
localPublish.dependsOn ":tool-mi-cli:build"

task release {
dependsOn("publishBallerinaPackage")
}
release.dependsOn ":tool-mi-cli:build"

task publishBallerinaPackage {
doLast {
Expand All @@ -64,8 +66,6 @@ task publishBallerinaPackage {
}
}

localPublish.dependsOn ":tool-mi-cli:build"

task build {
dependsOn ":tool-mi-cli:build"
}

0 comments on commit 3737805

Please sign in to comment.