diff --git a/.github/workflows/ios_emerge_upload_snapshots.yml b/.github/workflows/ios_emerge_upload_snapshots.yml index f664899d..61254c73 100644 --- a/.github/workflows/ios_emerge_upload_snapshots.yml +++ b/.github/workflows/ios_emerge_upload_snapshots.yml @@ -18,7 +18,7 @@ jobs: steps: - name: "Calculate PR depth" working-directory: . - run: echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} + 1 ))" >> "${GITHUB_ENV}" + run: echo "PR_FETCH_DEPTH=$(( ${{ github.event.pull_request.commits }} * 2 ))" >> "${GITHUB_ENV}" - name: Checkout uses: actions/checkout@v4