Skip to content

Commit df00ccd

Browse files
committed
fix: set fetch-depth to 0 in checkout step for complete history retrieval
1 parent 0a9b249 commit df00ccd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/flutter-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
steps:
8282
- name: Checkout code
8383
uses: actions/checkout@v4
84+
with:
85+
fetch-depth: 0
8486

8587
- name: Extract version & build number
8688
id: extract

0 commit comments

Comments
 (0)