We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d7882e commit 5ba2d26Copy full SHA for 5ba2d26
1 file changed
.github/workflows/compose-release.yml
@@ -133,6 +133,7 @@ jobs:
133
build-ios:
134
name: Build iOS App
135
runs-on: macos-latest
136
+ continue-on-error: true
137
# Only run for compose-* releases or manual dispatch
138
if: startsWith(github.ref, 'refs/tags/compose-') || github.event_name == 'workflow_dispatch'
139
permissions:
0 commit comments