From 28b941cda1ab9508de864def121791ec056acbe4 Mon Sep 17 00:00:00 2001 From: Roman Tsisyk Date: Sun, 15 Aug 2021 21:00:34 +0300 Subject: [PATCH] [ios][ci] Add --depth to git clone iOS uses the number of commits in the current day as a build number. Signed-off-by: Roman Tsisyk --- .github/workflows/ios-beta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ios-beta.yaml b/.github/workflows/ios-beta.yaml index 270098cd8b..26f015e259 100644 --- a/.github/workflows/ios-beta.yaml +++ b/.github/workflows/ios-beta.yaml @@ -32,6 +32,7 @@ jobs: steps: - name: Checkout sources uses: actions/checkout@v2 + fetch-depth: 100 # enough to get all commits for the current day - name: Parallel submodules checkout run: git submodule update --init --recursive --jobs=4