We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6905d commit 84fc677Copy full SHA for 84fc677
1 file changed
.github/workflows/openssl.yml
@@ -21,7 +21,7 @@ jobs:
21
# git describe --tags --always | awk -F - '{printf "RELEASE_VERSION=V1.0-%s",$NF}' | xargs > constants.env
22
d=$(TZ=UTC-8 date +'%y%m%d%H%M%S')
23
LIB_NAME=openssl
24
- grep GIT_OPENSSL_VERSION= ./init-cfgs/$LIB_NAME | awk -F = '{printf "RELEASE_VERSION=%s",$2}' | xargs > constants.env
+ grep GIT_REPO_VERSION= ./init-cfgs/$LIB_NAME | awk -F = '{printf "RELEASE_VERSION=%s",$2}' | xargs > constants.env
25
echo "RELEASE_DATE=$d" >> constants.env
26
echo "LIB_NAME=$LIB_NAME" >> constants.env
27
cat constants.env
0 commit comments