fix(ci): correctly copy changelog to build output
All checks were successful
🚀 Lint & Test & Deploy / release (push) Successful in 4m7s

This commit is contained in:
2026-02-07 16:20:28 +01:00
parent 9fb69d760f
commit 898dd49aee

View File

@@ -94,4 +94,6 @@ git commit -m "chore(release): $TAG"
git push origin main
cp CHANGELOG.md app/static/CHANGELOG.md
echo "✅ Release commit for $TAG created successfully (tag untouched)"