Skip to content

Commit 84fc677

Browse files
authored
Update openssl.yml
1 parent 4b6905d commit 84fc677

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/openssl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# git describe --tags --always | awk -F - '{printf "RELEASE_VERSION=V1.0-%s",$NF}' | xargs > constants.env
2222
d=$(TZ=UTC-8 date +'%y%m%d%H%M%S')
2323
LIB_NAME=openssl
24-
grep GIT_OPENSSL_VERSION= ./init-cfgs/$LIB_NAME | awk -F = '{printf "RELEASE_VERSION=%s",$2}' | xargs > constants.env
24+
grep GIT_REPO_VERSION= ./init-cfgs/$LIB_NAME | awk -F = '{printf "RELEASE_VERSION=%s",$2}' | xargs > constants.env
2525
echo "RELEASE_DATE=$d" >> constants.env
2626
echo "LIB_NAME=$LIB_NAME" >> constants.env
2727
cat constants.env

0 commit comments

Comments
 (0)