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 9bae611 commit cd67bcf
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 @@ -86,7 +86,7 @@ jobs:
echo "Root path: ${{ inputs.root-path }}"
echo "Full path: ${{ inputs.root-path }}/ios/Podfile.lock"
echo "File exists: $(test -f "${{ inputs.root-path }}/ios/Podfile.lock" && echo "yes" || echo "no")"
echo "podfile_hash=$(hashFiles('${{ inputs.root-path }}/ios/Podfile.lock'))" >> "$GITHUB_ENV"
echo "podfile_hash=$(hashFiles(${{ inputs.root-path }}/ios/Podfile.lock))" >> "$GITHUB_ENV"
echo "Podfile hash: ${{ env.podfile_hash }}"
- name: Cache pods
Expand Down

0 comments on commit cd67bcf

Please sign in to comment.