fix: force-add build metadata files to override .gitignore

This commit is contained in:
Christian Krakau-Louis
2026-02-11 18:59:59 +01:00
parent bb1370d46e
commit f254e1b14b
+1 -1
View File
@@ -53,7 +53,7 @@ jobs:
run: |
for f in VERSION BUILD_DATE GIT_SHA RUNTIME_INFO; do
if [ -f "$f" ]; then
git add "$f"
git add -f "$f"
fi
done
if ! git diff --staged --quiet; then