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."