Skip to content

Commit

Permalink
Merge pull request #32 from KavinduZoysa/update-release-action
Browse files Browse the repository at this point in the history
Update the release GH action
  • Loading branch information
KavinduZoysa authored Jun 19, 2024
2 parents 17595d5 + a982f9d commit fadb586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/tool-mi/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ tasks.register('localPublish') {
localPublish.dependsOn ":tool-mi-cli:build"

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

task publishBallerinaPackage {
dependsOn(":tool-mi-cli:build")
doLast {
exec {
if (Os.isFamily(Os.FAMILY_WINDOWS)) {
Expand Down

0 comments on commit fadb586

Please sign in to comment.