From d74bbda0c820f15d9a71c2e3c5cf211f999807a5 Mon Sep 17 00:00:00 2001 From: stonex <1479765922@qq.com> Date: Mon, 22 Nov 2021 15:27:10 +0800 Subject: [PATCH] feat: 2 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ff982482..87c018e5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,4 +27,4 @@ jobs: run: | LatestTAG=`git describe --tags` cmake_version_updated=" VERSION ${LatestTAG:1}" - sed -i "/[[:space:]]VERSION/c\\${cmake_version_updated}" CMakeLists.txt + sed -i "/[[:space:]]VERSION/c\\${cmake_version_updated}" CMakeLists.txt \ No newline at end of file