mirror of https://github.com/jumpserver/jumpserver
fix: 修正快速安装脚本版本参数
parent
4e4e58480f
commit
a645dc09ae
|
@ -21,7 +21,7 @@ jobs:
|
||||||
TAG=$(basename ${GITHUB_REF})
|
TAG=$(basename ${GITHUB_REF})
|
||||||
VERSION=${TAG/v/}
|
VERSION=${TAG/v/}
|
||||||
wget https://raw.githubusercontent.com/jumpserver/installer/master/quick_start.sh
|
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=TAG::$TAG"
|
||||||
echo "::set-output name=VERSION::$VERSION"
|
echo "::set-output name=VERSION::$VERSION"
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
|
|
Loading…
Reference in New Issue