fix: 修正快速安装脚本版本参数

pull/10771/head
吴小白 2023-06-12 19:06:42 +08:00 committed by Jiangjie.Bai
parent 4e4e58480f
commit a645dc09ae
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ jobs:
TAG=$(basename ${GITHUB_REF})
VERSION=${TAG/v/}
wget https://raw.githubusercontent.com/jumpserver/installer/master/quick_start.sh
sed -i "s@Version=.*@Version=v${VERSION}@g" quick_start.sh
sed -i "s@VERSION=dev@VERSION=v${VERSION}@g" quick_start.sh
echo "::set-output name=TAG::$TAG"
echo "::set-output name=VERSION::$VERSION"
- name: Create Release