fix log name
This commit is contained in:
@@ -176,7 +176,7 @@ jobs:
|
|||||||
# Check if there are changes
|
# Check if there are changes
|
||||||
if [[ -n $(git status -s) ]]; then
|
if [[ -n $(git status -s) ]]; then
|
||||||
git add manifest.json
|
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
|
git push
|
||||||
else
|
else
|
||||||
echo "No changes to central manifest."
|
echo "No changes to central manifest."
|
||||||
|
|||||||
2
.github/workflows/release_automation.yml
vendored
2
.github/workflows/release_automation.yml
vendored
@@ -174,7 +174,7 @@ jobs:
|
|||||||
# Check if there are changes
|
# Check if there are changes
|
||||||
if [[ -n $(git status -s) ]]; then
|
if [[ -n $(git status -s) ]]; then
|
||||||
git add manifest.json
|
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
|
git push
|
||||||
else
|
else
|
||||||
echo "No changes to central manifest."
|
echo "No changes to central manifest."
|
||||||
|
|||||||
Reference in New Issue
Block a user