diff --git a/.github/workflows/release-ios-base.yaml b/.github/workflows/release-ios-base.yaml index 212f6e38..25946d07 100644 --- a/.github/workflows/release-ios-base.yaml +++ b/.github/workflows/release-ios-base.yaml @@ -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