mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 06:16:08 +00:00
Update .github/workflows/build.yml
Co-authored-by: Daniel Nephin <dnephin@hashicorp.com>
This commit is contained in:
parent
1732861848
commit
26f53e82b5
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -22,8 +22,7 @@ jobs:
|
|||||||
- name: get product version
|
- name: get product version
|
||||||
id: get-product-version
|
id: get-product-version
|
||||||
run: |
|
run: |
|
||||||
OUTPUT=$(make -f Makefile version)
|
build-support/scripts/version.sh -r
|
||||||
echo $OUTPUT
|
|
||||||
IFS="-"; OUTPUT=$(make -f Makefile version);
|
IFS="-"; OUTPUT=$(make -f Makefile version);
|
||||||
read -a V <<< "$OUTPUT"; unset IFS;
|
read -a V <<< "$OUTPUT"; unset IFS;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user