chore: only use active cache key for pods cache restore

This commit is contained in:
Adrian Castro
2024-03-24 22:14:36 +01:00
parent f59fbd2c1a
commit 0554dd13bc
3 changed files with 0 additions and 6 deletions

View File

@@ -106,8 +106,6 @@ jobs:
with:
path: apps/expo/ios
key: ${{ runner.os }}-pods-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pods-
- name: Build iOS app
run: cd apps/expo && pnpm ipa