Merge pull request 'chore: Fix push to master' (#16) from dev into master

Reviewed-on: #16
This commit is contained in:
fanantenana 2025-02-06 10:55:59 +00:00
commit 5bff88fc23

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