Skip to content

Conversation

@matejsemancik
Copy link
Member

Key Features:

  • Prevents the KMP package build from running if kmp_swift_package_integration input is not explicitly 'true'.

Changes to ios-kmp-build action:

Before After
if: ${{ inputs.kmp_swift_package_integration }} if: ${{ inputs.kmp_swift_package_integration == 'true' }}

Ensure the KMP package build step runs only when 'kmp_swift_package_integration' is explicitly 'true'.
@matejsemancik matejsemancik merged commit afe5070 into main Oct 27, 2025
1 check passed
@matejsemancik matejsemancik deleted the fix/build-condition branch October 27, 2025 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants