From d585b3ab0a35d362c4d5f9b88cd15cd1f3ef943c Mon Sep 17 00:00:00 2001 From: Sultan Al-Maari Date: Thu, 9 Jan 2025 13:36:07 +0100 Subject: [PATCH] chore(github-actions): Update changelog Github action commands 3.0 (#11363) --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a40251411f5..c3da3ecb9cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,9 @@ jobs: cache: "yarn" - name: Fetch all tags - run: git fetch --tags --quiet --depth=300 + run: | + git fetch --tags --depth=300 + echo "fetched tags!" - name: Determine iOS and Android tags id: determine_tags