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 c68c48d commit 0f38a97Copy full SHA for 0f38a97
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
61
publish-release:
62
name: 'Publish Release'
63
- needs: [bump-version, build-android]
+ needs: [bump-version, build-android, build-ios]
64
runs-on: ubuntu-latest
65
env:
66
MERGE_TARGET: master
0 commit comments