Skip to content

Commit f82e524

Browse files
authored
Merge pull request #95 from sentry-demos/kw-fix-ios-release
fix(ci): Release should wait for iOS build to finish
2 parents 22a8313 + 0f38a97 commit f82e524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
publish-release:
6262
name: 'Publish Release'
63-
needs: [bump-version, build-android]
63+
needs: [bump-version, build-android, build-ios]
6464
runs-on: ubuntu-latest
6565
env:
6666
MERGE_TARGET: master

0 commit comments

Comments
 (0)