Skip to content

Commit

Permalink
Merge pull request #5804 from NipunaMadhushan/add-linux-arm-installer
Browse files Browse the repository at this point in the history
Remove snapshot from version
  • Loading branch information
NipunaMadhushan authored Oct 29, 2024
2 parents eaedd11 + 089df3a commit 0420a32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_release_bi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
TEST_MODE_ACTIVE: true
run: |
cd ballerina-dev-tools
VERSION=$((grep -w 'version' | cut -d= -f2 | cut -d- -f1) < gradle.properties)
sed -i "s/^version=.*/version=$VERSION/" gradle.properties
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
Expand Down

0 comments on commit 0420a32

Please sign in to comment.