Skip to content

Commit

Permalink
Unshallow
Browse files Browse the repository at this point in the history
  • Loading branch information
Spomky committed Feb 10, 2024
1 parent 1b5e6de commit 172a291
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/release-on-milestone-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
with:
fetch-depth: 0

- name: "Release"
uses: "laminas/[email protected]"
Expand All @@ -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/[email protected]"
Expand All @@ -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/[email protected]"
Expand Down Expand Up @@ -107,6 +107,8 @@ jobs:
steps:
- name: "Checkout"
uses: "actions/checkout@v4"
with:
fetch-depth: 0

- name: "Create new milestones"
uses: "laminas/[email protected]"
Expand Down

0 comments on commit 172a291

Please sign in to comment.