fix CI build

This commit is contained in:
Cuong-Tran 2024-12-25 16:08:31 +07:00
parent f0cacc1650
commit 5f1493edff
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

@ -84,7 +84,7 @@ jobs:
id: current_commit
run: |
set -x
version_tag=${GITHUB_REF/refs\/heads\//}
version_tag=$(echo ${GITHUB_REF/refs\/heads\//} | sed -r 's/[\/]+/_/g')
commit_count=$(git rev-list --count HEAD)
echo "VERSION_TAG=$version_tag"
echo "VERSION_TAG=$version_tag" >> $GITHUB_OUTPUT