From 1f7771b136604f05b79212d044cdb3ba348d8360 Mon Sep 17 00:00:00 2001 From: Sultan Al-Maari Date: Thu, 9 Jan 2025 12:49:11 +0100 Subject: [PATCH] chore(github-actions): Update changelog Github action commands 2.0 (#11362) --- .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 c4a7406912d..a40251411f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: cache: "yarn" - name: Fetch all tags - run: git fetch --tags --quiet + run: git fetch --tags --quiet --depth=300 - name: Determine iOS and Android tags id: determine_tags