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

This commit is contained in:
Mandresy Randrianarinjaka 2025-02-06 13:50:27 +03:00
parent dd3109a4a8
commit 02252dceb1

View File

@ -117,4 +117,4 @@ jobs:
git commit -m "chore: bump version to $NEW_VERSION+$NEW_BUILD and update changelog" || echo "No changes to commit" git commit -m "chore: bump version to $NEW_VERSION+$NEW_BUILD and update changelog" || echo "No changes to commit"
echo "🔗 Pushing to remote repository..." echo "🔗 Pushing to remote repository..."
git push origin master git push -u origin master