Skip to content

Commit

Permalink
Update change.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chen08209 committed Oct 12, 2024
1 parent fcca017 commit 1513812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
git add CHANGELOG.md
if ! git diff --cached --quiet; then
git commit -m "Update Changelog"
git commit -m "Update changelog"
git push
else
echo "CHANGELOG.md not changed"
Expand Down

0 comments on commit 1513812

Please sign in to comment.