From a2b3d6cc4a48a85f594f0532ffeb313a18820afb Mon Sep 17 00:00:00 2001 From: MS_Y Date: Wed, 1 Sep 2021 01:59:19 +0000 Subject: [PATCH] Fix: CI - Escape --- .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 048a562..c877e85 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: BRANCH=${{ matrix.branch }} TAGVER=${GITHUB_REF#refs/*/} - echo -e "\[Info\]\nVer=${TAGVER}\nBranch=${BRANCH}" > LEPTON + echo -e "[Info]\nVer=${TAGVER}\nBranch=${BRANCH}" > LEPTON - name: Release Structure run: |