fix log name
This commit is contained in:
2
.github/workflows/release_automation.yml
vendored
2
.github/workflows/release_automation.yml
vendored
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user