[CI] Update boot version property at release time

This commit is contained in:
Chris Bono
2023-10-13 17:45:18 -05:00
parent ca568331b7
commit 5da13d29d2
7 changed files with 47 additions and 16 deletions

View File

@@ -40,7 +40,7 @@ jobs:
version=$(cat gradle.properties | grep "version=" | awk -F'=' '{print $2}')
echo "project_version=$version" >>$GITHUB_OUTPUT
build_jdk_17:
name: Build and Deploy Artifacts (JDK 17)
name: Build (JDK 17)
needs: [prerequisites]
runs-on: ubuntu-latest
if: needs.prerequisites.outputs.runjobs