diff --git a/.github/workflows/release-on-milestone-closed.yml b/.github/workflows/release-on-milestone-closed.yml index 1975235..e446f6e 100644 --- a/.github/workflows/release-on-milestone-closed.yml +++ b/.github/workflows/release-on-milestone-closed.yml @@ -15,6 +15,8 @@ jobs: steps: - name: "Checkout" uses: "actions/checkout@v4" + with: + fetch-depth: 0 - name: "Release" uses: "laminas/automatic-releases@1.24.0" @@ -38,10 +40,6 @@ jobs: uses: "actions/checkout@v4" with: fetch-depth: 0 - run: | - git fetch --unshallow - git fetch --update-shallow - git fetch --all - name: "Create Merge-Up Pull Request" uses: "laminas/automatic-releases@1.24.0" @@ -63,6 +61,8 @@ jobs: steps: - name: "Checkout" uses: "actions/checkout@v4" + with: + fetch-depth: 0 - name: "Create and/or Switch to new Release Branch" uses: "laminas/automatic-releases@1.24.0" @@ -107,6 +107,8 @@ jobs: steps: - name: "Checkout" uses: "actions/checkout@v4" + with: + fetch-depth: 0 - name: "Create new milestones" uses: "laminas/automatic-releases@1.24.0"