Skip to content

Commit 52d3139

Browse files
committed
fix: fix ios build number
Signed-off-by: bradly0cjw <57744542+bradly0cjw@users.noreply.github.com>
1 parent 8cb59ea commit 52d3139

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CI.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,9 @@ jobs:
137137

138138
steps:
139139
- name: Checkout code
140-
uses: actions/checkout@v4
140+
uses: actions/checkout@v5
141+
with:
142+
fetch-depth: '0'
141143

142144
- name: Set up Flutter
143145
uses: subosito/flutter-action@v2

0 commit comments

Comments
 (0)