chore: Fix push to master
Some checks failed
versioning-and-changelog / versioning_and_changelog (pull_request) Failing after 13s

This commit is contained in:
Mandresy Randrianarinjaka 2025-02-06 13:54:58 +03:00
parent 02252dceb1
commit 9775a35865

View File

@ -115,6 +115,9 @@ jobs:
git add pubspec.yaml CHANGELOG.md
git commit -m "chore: bump version to $NEW_VERSION+$NEW_BUILD and update changelog" || echo "No changes to commit"
git branch
git log
git remote -v
echo "🔗 Pushing to remote repository..."
git push -u origin master
git push origin /master