diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 1b6200b2..9734f414 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -46,7 +46,7 @@ jobs: git config user.name github-actions[bot] git config user.email github-actions[bot]@users.noreply.github.com git add . - git commit -m ":memo: Update changelog" + git diff-index --quiet HEAD || git commit -m ":memo: Update changelog" git push