From a59d1589c86c8ddcc905f612e366e24a5381ee22 Mon Sep 17 00:00:00 2001 From: sinspired Date: Sat, 16 Nov 2024 18:37:48 +0800 Subject: [PATCH] =?UTF-8?q?Feat(UI):=20=E6=96=B0=E5=A2=9E=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E7=99=BB=E5=BD=95=E7=95=8C=E9=9D=A2=E3=80=81=E6=96=B0?= =?UTF-8?q?=E5=A2=9E:=20=E5=AE=9E=E7=8E=B0=E7=94=A8=E6=88=B7=E8=AE=A4?= =?UTF-8?q?=E8=AF=81=E5=8A=9F=E8=83=BD=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/create_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 21ba878..f5cd7a5 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -31,7 +31,7 @@ jobs: # 添加控制emoji标题的变量 - name: Set Changelog Emoji Option - run: echo "USE_EMOJI_TITLE=true >> $GITHUB_ENV + run: echo "USE_EMOJI_TITLE=true">> $GITHUB_ENV - name: Debug Environment Variables run: echo "USE_EMOJI=$USE_EMOJI_TITLE"