🐛 fix(renovate): handle missing version files gracefully
- remove exit on missing version files to prevent workflow failures - add debug logging for app name and old version when file not found - improve error handling for missing version files in renovate workflow
This commit is contained in:
parent
a469bf47bd
commit
6abd8b9b13
2
.github/workflows/renovate-app-version.yml
vendored
2
.github/workflows/renovate-app-version.yml
vendored
|
|
@ -121,8 +121,8 @@ jobs:
|
|||
echo "第 $commits_counter 个提交"
|
||||
fi
|
||||
else
|
||||
echo "处理: $app_name - $old_version"
|
||||
echo "⚠️ 没有找到版本标记文件: apps/$app_name/${old_version}.version"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user