Skip to content

Commit 643ca5b

Browse files
🐛 fix: Fix build workflow
1 parent 288c8ff commit 643ca5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
git config --global user.name "lobehubbot"
5050
git config --global user.email "i@lobehub.com"
5151
git add .
52-
git commit -m "🤖 feat: Auto build static icons" || exit 0
52+
git commit -m " feat(auto): Auto build static icons" || exit 0
5353
git push
5454
env:
5555
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)