From 643ca5bddb30e0c8febf23825ef741268deca84f Mon Sep 17 00:00:00 2001 From: canisminor1990 Date: Wed, 27 Nov 2024 14:25:34 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20Fix=20build=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 f39d140f..a6b8a7af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: git config --global user.name "lobehubbot" git config --global user.email "i@lobehub.com" git add . - git commit -m "🤖 feat: Auto build static icons" || exit 0 + git commit -m "✨ feat(auto): Auto build static icons" || exit 0 git push env: GH_TOKEN: ${{ secrets.GH_TOKEN }}