From 02252dceb1cff1b275617f318148b3b29a931361 Mon Sep 17 00:00:00 2001 From: Mandresy Randrianarinjaka Date: Thu, 6 Feb 2025 13:50:27 +0300 Subject: [PATCH] chore: Fix push to master --- .gitea/workflows/versioning.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/versioning.yml b/.gitea/workflows/versioning.yml index 613b275..f5cb291 100644 --- a/.gitea/workflows/versioning.yml +++ b/.gitea/workflows/versioning.yml @@ -117,4 +117,4 @@ jobs: git commit -m "chore: bump version to $NEW_VERSION+$NEW_BUILD and update changelog" || echo "No changes to commit" echo "🔗 Pushing to remote repository..." - git push origin master + git push -u origin master