Skip to content

Commit

Permalink
chore: podfile hash changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Apr 12, 2024
1 parent 276dc5e commit dc3fb37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-ios-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc3fb37

Please sign in to comment.