From bf40c2238a4648ee6a3fa42a31cfc5d73dbb8f2a Mon Sep 17 00:00:00 2001 From: NipunaMadhushan Date: Tue, 29 Oct 2024 15:03:36 +0530 Subject: [PATCH] Remove directory after build --- .github/workflows/publish_release_bi.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish_release_bi.yml b/.github/workflows/publish_release_bi.yml index 0026cb7b1c..e5b2156780 100644 --- a/.github/workflows/publish_release_bi.yml +++ b/.github/workflows/publish_release_bi.yml @@ -48,6 +48,8 @@ jobs: echo "::set-output name=version::$(grep "^version=" gradle.properties | cut -d'=' -f2)" echo "::set-output name=langVersion::$(grep "^ballerinaLangVersion=" gradle.properties | cut -d'=' -f2)" ./gradlew clean build --stacktrace --scan -x test --console=plain --no-daemon --continue publishToMavenLocal + cd .. + rm -rf ballerina-dev-tools - name: Set version env variable id: version-set run: |