From dc3fb37ef0667f3751fddf3c420646e3859b0eed Mon Sep 17 00:00:00 2001 From: ignaciosantise Date: Fri, 12 Apr 2024 15:34:52 -0300 Subject: [PATCH] chore: podfile hash changes --- .github/workflows/release-ios-base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-ios-base.yaml b/.github/workflows/release-ios-base.yaml index c2de43e4..f4599250 100644 --- a/.github/workflows/release-ios-base.yaml +++ b/.github/workflows/release-ios-base.yaml @@ -82,7 +82,7 @@ jobs: - name: Calculate podfile hash id: podfile-hash - run: echo "podfile_hash=\$(hashFiles('${{ inputs.root-path }}/ios/Podfile.lock'))" >> "$GITHUB_ENV" + run: echo "podfile_hash=\$(hashFiles('${{ inputs.root-path }}/ios/Podfile.lock'))" >> "$GITHUB_ENV" - name: Cache pods id: pods-cache