We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e64f49 commit f0447a7Copy full SHA for f0447a7
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
iOSVersion="16.0" # Default fallback
72
fi
73
echo "Framework version: $frameworkVersion -> iOS version: $iOSVersion"
74
- echo "iOSVersion=$iOSVersion" >> $GITHUB_ENV - name: Create Podfile with latest podspecs
+ echo "iOSVersion=$iOSVersion" >> $GITHUB_ENV
75
76
- name: Create Podfile with latest podspecs
77
if: github.event_name != 'workflow_dispatch'
0 commit comments