From 9775a35865edce0d200437eb788aa27a84f6c19b Mon Sep 17 00:00:00 2001 From: Mandresy Randrianarinjaka Date: Thu, 6 Feb 2025 13:54:58 +0300 Subject: [PATCH] chore: Fix push to master --- .gitea/workflows/versioning.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/versioning.yml b/.gitea/workflows/versioning.yml index f5cb291..e636b25 100644 --- a/.gitea/workflows/versioning.yml +++ b/.gitea/workflows/versioning.yml @@ -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