This commit is contained in:
bskjon 2024-06-30 00:37:54 +02:00
parent 4173c6c9ed
commit 0607c629da

View File

@ -208,7 +208,7 @@ jobs:
id: extract_version id: extract_version
run: | run: |
cat ./apps/coordinator/build.gradle.kts cat ./apps/coordinator/build.gradle.kts
VERSION=$(grep '^version\\s*=\\s*".*"' ./apps/coordinator/build.gradle.kts | sed 's/^version\\s*=\\s*"\(.*\)"/\1/') VERSION=$(cat ./apps/coordinator/build.gradle.kts | grep '^version\s*=\s*\".*\"' | sed 's/^version\s*=\s*\"\(.*\)\"/\1/')
echo "::set-output name=version::$VERSION echo "::set-output name=version::$VERSION
- name: Build Coordinator module - name: Build Coordinator module