diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 56838334..097f05d4 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -43,6 +43,7 @@ jobs: run: | remote_repo="https://${GITHUB_ACTOR}:${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git" git remote add action $remote_repo + git config pull.rebase false git pull $remote_repo main - name: Install dependencies