Path
This commit is contained in:
parent
0607c629da
commit
3358a37341
3
.github/workflows/v2.yml
vendored
3
.github/workflows/v2.yml
vendored
@ -207,7 +207,8 @@ jobs:
|
|||||||
- name: Extract version from build.gradle.kts
|
- name: Extract version from build.gradle.kts
|
||||||
id: extract_version
|
id: extract_version
|
||||||
run: |
|
run: |
|
||||||
cat ./apps/coordinator/build.gradle.kts
|
echo ./apps/coordinator/build.gradle.kts | grep '^version\s*=\s*\".*\"'
|
||||||
|
echo ./apps/coordinator/build.gradle.kts | grep '^version\s*=\s*\".*\"' | sed 's/^version\s*=\s*\"\(.*\)\"/\1/'
|
||||||
VERSION=$(cat ./apps/coordinator/build.gradle.kts | grep '^version\s*=\s*\".*\"' | 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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user