From 4b16f50b2d7f58d758721e84f7ac0bb589ab4ec9 Mon Sep 17 00:00:00 2001 From: ipcjs Date: Mon, 4 Apr 2022 03:04:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9tag=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 8259331..68b0029 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -26,7 +26,8 @@ jobs: id: tag run: | version_line=$(cat Makefile | grep 'VERSION=' -m 1) - echo "::set-output name=result::${version_line#VERSION=}" + web_slang_version_line=$(cat Makefile | grep 'WEB_SLANG_VERSION=' -m 1) + echo "::set-output name=result::${version_line#VERSION=}+${web_slang_version_line#WEB_SLANG_VERSION=}" - name: Release uses: ncipollo/release-action@v1