From 172a291c20d7a590cceb42d918be365e988ec946 Mon Sep 17 00:00:00 2001 From: Florent Morselli Date: Sat, 10 Feb 2024 13:27:09 +0100 Subject: [PATCH] Unshallow --- .github/workflows/release-on-milestone-closed.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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"