Skip to content

Commit

Permalink
Add back Android build needs for draft release step
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mabe committed Nov 1, 2023
1 parent 1c79212 commit 65f92a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
CreateDraftRelease:
runs-on: macos-latest
needs: [BuildiOSRelease, GetVersionNumber]
needs: [BuildAndroidRelease, BuildiOSRelease, GetVersionNumber]
permissions:
contents: write
steps:
Expand Down

0 comments on commit 65f92a0

Please sign in to comment.