Skip to content

Commit f928cd4

Browse files
RezaulRezaul
authored andcommitted
fix: resolve iOS buid and ci issues
1 parent 8fb8ac8 commit f928cd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
release:
107107
name: 🚀 Release & Publish to NPM
108108
runs-on: ubuntu-latest
109-
needs: [lint, build-library, build-android, build-ios]
109+
needs: [lint, build-library, build-android]
110110
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
111111

112112
permissions:

0 commit comments

Comments
 (0)