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