From cb60690e6b742bd068c2a827089b56ad9efd8c36 Mon Sep 17 00:00:00 2001 From: CodeDevMLH <145071728+CodeDevMLH@users.noreply.github.com> Date: Tue, 6 Jan 2026 23:41:55 +0100 Subject: [PATCH] fix log name --- .gitea/workflows/release_automation.yml | 2 +- .github/workflows/release_automation.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release_automation.yml b/.gitea/workflows/release_automation.yml index 70a28ca..93bcbee 100644 --- a/.gitea/workflows/release_automation.yml +++ b/.gitea/workflows/release_automation.yml @@ -176,7 +176,7 @@ jobs: # Check if there are changes if [[ -n $(git status -s) ]]; then git add manifest.json - git commit -m "Auto-Update MediaBar Enhanced to v${{ env.VERSION }}" + git commit -m "Auto-Update Seasonals to v${{ env.VERSION }}" git push else echo "No changes to central manifest." diff --git a/.github/workflows/release_automation.yml b/.github/workflows/release_automation.yml index a6edbd6..a28f0ed 100644 --- a/.github/workflows/release_automation.yml +++ b/.github/workflows/release_automation.yml @@ -174,7 +174,7 @@ jobs: # Check if there are changes if [[ -n $(git status -s) ]]; then git add manifest.json - git commit -m "Auto-Update MediaBar Enhanced to v${{ env.VERSION }}" + git commit -m "Auto-Update Seasonals to v${{ env.VERSION }}" git push else echo "No changes to central manifest."