From a20bd3acd4cda2fba08bd2186a9afee15eb9f9b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Thu, 23 Feb 2023 15:48:02 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E6=9B=B4=E6=96=B0=20quick=5Fstart.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release-drafter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 865aa4051..110612850 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -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