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