Update .github/workflows/build.yml

Co-authored-by: Daniel Nephin <dnephin@hashicorp.com>
This commit is contained in:
99 2021-10-28 11:07:55 -07:00 committed by GitHub
parent 1732861848
commit 26f53e82b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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;