From fa100b6d00570077006e5e2d18d5e4d1e14f7df2 Mon Sep 17 00:00:00 2001 From: Sultan Al-Maari Date: Thu, 9 Jan 2025 14:56:41 +0100 Subject: [PATCH] chore(github-actions): Update changelog Github action commands 4.0 (#11364) fix: increase jobs for git fetch --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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