We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8430f commit f44d106Copy full SHA for f44d106
.github/workflows/build-xcframework-variant-slices.yml
@@ -91,7 +91,6 @@ jobs:
91
make bump-version TO=${{ env.VERSION }}
92
93
- name: Build ${{inputs.name}}${{inputs.suffix}} XCFramework slice for ${{matrix.sdk}}
94
- if: startsWith(github.ref, 'refs/heads/release/') == false
95
run: ./scripts/build-xcframework-slice.sh ${{matrix.sdk}} ${{inputs.name}} "${{inputs.suffix}}" "${{inputs.macho-type}}" "${{inputs.configuration-suffix}}"
96
shell: bash
97
0 commit comments