diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3da3ecb9cf..55201f59187 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Fetch all tags run: | - git fetch --tags --depth=300 + git fetch --tags --depth=300 --jobs=8 echo "fetched tags!" - name: Determine iOS and Android tags