Skip to content

Commit

Permalink
Update draft release step needs
Browse files Browse the repository at this point in the history
  • Loading branch information
a-mabe committed Oct 29, 2023
1 parent ffa12a3 commit e8ee525
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_and_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:

GetVersionNumber:
runs-on: ubuntu-latest
environment: production
permissions:
contents: read
outputs:
Expand Down Expand Up @@ -162,8 +161,7 @@ jobs:
CreateDraftRelease:
runs-on: macos-latest
environment: production
needs: [BuildAndroidRelease, BuildiOSRelease]
needs: [BuildAndroidRelease, BuildiOSRelease, GetVersionNumber]
permissions:
contents: write
steps:
Expand Down

0 comments on commit e8ee525

Please sign in to comment.