Path
This commit is contained in:
parent
4173c6c9ed
commit
0607c629da
2
.github/workflows/v2.yml
vendored
2
.github/workflows/v2.yml
vendored
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user