diff --git a/.github/workflows/create_pull_request.yml b/.github/workflows/create_pull_request.yml index 197b757a..67c23a34 100644 --- a/.github/workflows/create_pull_request.yml +++ b/.github/workflows/create_pull_request.yml @@ -11,7 +11,8 @@ jobs: steps: - uses: actions/checkout@v4 - + with: + fetch-depth: 0 - name: Clone release branch to create pull request run: |