diff --git a/.github/workflows/ios-beta.yaml b/.github/workflows/ios-beta.yaml index 26f015e259..55fe9f60db 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 + with: fetch-depth: 100 # enough to get all commits for the current day - name: Parallel submodules checkout