chore: Fix push to master #16

Merged
fanantenana merged 1 commits from dev into master 2025-02-06 10:56:03 +00:00

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