Skip to content

Commit

Permalink
🐛 fix: Fix build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Nov 27, 2024
1 parent 288c8ff commit 643ca5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
git config --global user.name "lobehubbot"
git config --global user.email "[email protected]"
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 }}
Expand Down

0 comments on commit 643ca5b

Please sign in to comment.