From 221a4850d1ceee21e5470a1068ecfb2b8f864d36 Mon Sep 17 00:00:00 2001 From: NipunaMadhushan Date: Wed, 30 Oct 2024 11:26:11 +0530 Subject: [PATCH] Upddate Kola release workflow to run on schedule --- .github/workflows/publish_release_bi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_release_bi.yml b/.github/workflows/publish_release_bi.yml index 4302f9e1bc..f615619e17 100644 --- a/.github/workflows/publish_release_bi.yml +++ b/.github/workflows/publish_release_bi.yml @@ -55,7 +55,7 @@ jobs: LANG_VERSION=$((grep -w "ballerinaLangVersion" | cut -d= -f2 | cut -d- -f1 | xargs) < gradle.properties) CODE_NAME=$((grep -w 'codeName' | cut -d= -f2) < gradle.properties) RELEASE_VERSION=$DIST_VERSION - TAGGED_VERSION=$RELEASE_VERSION-$(TZ="Asia/Kolkata" date +'%Y%m%d-%H%M00') + TAGGED_VERSION=$RELEASE_VERSION-bi-pack-$(TZ="Asia/Kolkata" date +'%Y%m%d-%H%M00') LONG_VERSION=$DIST_VERSION-$CODE_NAME echo VERSION=$RELEASE_VERSION >> $GITHUB_ENV echo GIT_TAG=$TAGGED_VERSION >> $GITHUB_ENV