diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index afab2e785c7a..0c395afac939 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,9 +9,12 @@ jobs: - uses: actions/checkout@v2 - run: | git --version + git config branch.autosetuprebase always git config --global user.email "actions@github.com" git config --global user.name "Actions" git pull --tags + git checkout develop + git pull git checkout main git pull git rebase develop