Skip to content

Commit

Permalink
Merge pull request #5808 from NipunaMadhushan/add-linux-arm-installer
Browse files Browse the repository at this point in the history
Update Kola release workflow to run on schedule
  • Loading branch information
NipunaMadhushan authored Oct 30, 2024
2 parents cfd2ef7 + 221a485 commit aaea602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release_bi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aaea602

Please sign in to comment.