build: amend release commit with fastlane changelog

This commit is contained in:
2026-04-12 22:58:51 +03:00
parent 466f5a04b2
commit 69f3a4fef9

View File

@@ -147,8 +147,8 @@ jobs:
if git diff --cached --quiet; then
echo "No changelog changes."
else
git commit -m "chore: update fastlane changelog for $VERSION"
git push
git commit --amend --no-edit
git push --force-with-lease
fi
build-android: