From 5251cd0506529e633f77e8595028f194c9e1b463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=E1=B4=87C=E1=B4=8F=E1=B4=85=E1=B4=87s2=E1=B4=8D=E1=B4=9C?= =?UTF-8?q?=E1=B4=84=CA=9C?= Date: Mon, 23 Sep 2024 07:24:29 +0100 Subject: [PATCH] Update changelog.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: HᴇCᴏᴅᴇs2ᴍᴜᴄʜ --- .github/workflows/changelog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 329ef2e..d74a3be 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -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