Skip to content

Commit f44d106

Browse files
authored
ci: remove condition that would prevent xcframework slice builds for release (#5450)
1 parent ba8430f commit f44d106

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build-xcframework-variant-slices.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ jobs:
9191
make bump-version TO=${{ env.VERSION }}
9292
9393
- name: Build ${{inputs.name}}${{inputs.suffix}} XCFramework slice for ${{matrix.sdk}}
94-
if: startsWith(github.ref, 'refs/heads/release/') == false
9594
run: ./scripts/build-xcframework-slice.sh ${{matrix.sdk}} ${{inputs.name}} "${{inputs.suffix}}" "${{inputs.macho-type}}" "${{inputs.configuration-suffix}}"
9695
shell: bash
9796

0 commit comments

Comments
 (0)