Skip to content

Commit 9175edc

Browse files
committed
fix docs release
Signed-off-by: Mengxin Liu <[email protected]>
1 parent 18e08ef commit 9175edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ if [ "$current_branch" != "master" ]; then
8585

8686
echo "Modify the doc version number"
8787
cd ${DOCS_DIR}
88-
git checkout $(cat VERSION | awk -F '.' '{print $1"."$2}')
88+
git checkout $(cat $VERSION | awk -F '.' '{print $1"."$2}')
8989
git pull
9090
sed -i "s/version: .*/version: ${VERSION}/" mkdocs.yml
9191
git add mkdocs.yml

0 commit comments

Comments
 (0)