Skip to content

Commit 79476d0

Browse files
authored
Merge pull request #697 from CommunityToolkit/ci/releases/scheduled/weekly
Fixed checkout depth error in scheduled weekly CI workflow
2 parents ce36890 + 2f7d8fa commit 79476d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/scheduled-releases.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
steps:
2020
- name: Checkout repository
2121
uses: actions/checkout@v4
22+
with:
23+
fetch-depth: 0
2224

2325
- name: Configure Git
2426
run: |

0 commit comments

Comments
 (0)