We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22a8313 + 0f38a97 commit f82e524Copy full SHA for f82e524
.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