diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4da461f3ce52..14e68d232208 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,13 +100,3 @@ jobs: --exact \ --yes \ from-package - - - name: Rebase 'next' - run: | - # Ensure branches are up to date - git fetch origin current:current -u - git fetch origin next:next -u - - git checkout next - git rebase current - git push --set-upstream origin next