From 2d85c4428c1564045d30e42c9900cb46aa504a80 Mon Sep 17 00:00:00 2001 From: Henrique Goncalves Date: Tue, 25 Feb 2025 14:22:35 -0300 Subject: [PATCH] update workflow --- .github/workflows/release-main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-main.yml b/.github/workflows/release-main.yml index 6ed470e2..efeb3a0b 100644 --- a/.github/workflows/release-main.yml +++ b/.github/workflows/release-main.yml @@ -21,6 +21,9 @@ jobs: git config --local user.email "actions@github.com" git config --local user.name "GitHub Actions" + git switch main + git rebase release + git switch release git merge --ff-only main