From 943627788573056f836427d6835d0ba3119f6499 Mon Sep 17 00:00:00 2001 From: Marcos Rodriguez Velez Date: Fri, 8 Dec 2023 10:16:11 -0400 Subject: [PATCH] OPS: Fetch history for workflow --- .github/workflows/build-release-testflight-ipa.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-release-testflight-ipa.yml b/.github/workflows/build-release-testflight-ipa.yml index f98c2489f..b7562943b 100644 --- a/.github/workflows/build-release-testflight-ipa.yml +++ b/.github/workflows/build-release-testflight-ipa.yml @@ -13,6 +13,8 @@ jobs: steps: - name: Checkout project uses: actions/checkout@v3 + with: + fetch-depth: 0 # Fetches all history - name: Specify node version uses: actions/setup-node@v2-beta