Skip to content

Commit

Permalink
Merge pull request #76 from Spomky-Labs/ci-cd/update-unshallow
Browse files Browse the repository at this point in the history
Ci cd/update unshallow
  • Loading branch information
Spomky authored Feb 10, 2024
2 parents 10cfb9a + 1f0d675 commit 1b5e6de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-on-milestone-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:
uses: "actions/checkout@v4"
with:
fetch-depth: 0
run: git fetch --unshallow
run: |
git fetch --unshallow
git fetch --update-shallow
git fetch --all
- name: "Create Merge-Up Pull Request"
uses: "laminas/[email protected]"
Expand Down

0 comments on commit 1b5e6de

Please sign in to comment.