Skip to content

Commit

Permalink
fix: 🐛 add missing skip ci
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Jun 24, 2024
1 parent 714ba29 commit e27b918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changeset-handler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
if ! git commit \
--allow-empty \
--no-verify \
-m "chore: 🤖 updated package version"; then
-m "[SKIP CI] 🤖 updated package version"; then
echo "👹 Oops! Failed to commit package version."
exit 1
fi
Expand Down

0 comments on commit e27b918

Please sign in to comment.