Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 authored May 3, 2024
1 parent 09410de commit 7ca9375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
SENTRY_DIST: ${{ steps.build.outputs.SENTRY_DIST }}
release-job:
name: Releasing
needs: build_android
needs: [build_android, build_ios]
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'created'
steps:
Expand Down

0 comments on commit 7ca9375

Please sign in to comment.