Update changelog.yml

Signed-off-by: HᴇCᴏᴅᴇs2ᴍᴜᴄʜ <wayne6324@gmail.com>
This commit is contained in:
HᴇCᴏᴅᴇs2ᴍᴜᴄʜ
2024-09-23 07:24:29 +01:00
committed by GitHub
parent 965eb4d469
commit 5251cd0506

View File

@@ -42,7 +42,7 @@ jobs:
git config --global user.name ${{ secrets.GIT_NAME }}
git config --global user.email ${{ secrets.GIT_EMAIL }}
git add CHANGELOG.md
git add -u
git commit -m "chore(changelog): Update CHANGELOG.md"
git push origin main
else